From d5addf1555024aebf13b37fbca9fb8d0f4f656ca Mon Sep 17 00:00:00 2001 From: James Almer Date: Thu, 12 Mar 2015 15:35:05 -0300 Subject: hevcdsp: fix compilation for arm and aarch64 Also add av_cold to ff_hevcdsp_init_arm. Signed-off-by: James Almer Signed-off-by: Michael Niedermayer --- 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 b7a4729c02..04af178e11 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 (HAVE_NEON) + if (ARCH_ARM) ff_hevcdsp_init_arm(hevcdsp, bit_depth); } -- cgit v1.2.3