From 1d523ea89ab93eadd153983f3aefdcfcdede3c9a Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Tue, 10 Mar 2015 12:14:16 +0100 Subject: lavc/hevcdsp: Fix compilation for arm with --disable-neon. --- libavcodec/hevcdsp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/hevcdsp.c') diff --git a/libavcodec/hevcdsp.c b/libavcodec/hevcdsp.c index 04af178e11..b7a4729c02 100644 --- a/libavcodec/hevcdsp.c +++ b/libavcodec/hevcdsp.c @@ -259,6 +259,6 @@ int i = 0; if (ARCH_X86) ff_hevc_dsp_init_x86(hevcdsp, bit_depth); - if (ARCH_ARM) + if (HAVE_NEON) ff_hevcdsp_init_arm(hevcdsp, bit_depth); } -- cgit v1.2.3