From 8438b3f09f6b225d0886cc385117c38eb44ca0c1 Mon Sep 17 00:00:00 2001 From: Janne Grunau Date: Fri, 13 Dec 2013 00:33:48 +0100 Subject: aarch64: h264 idct NEON assembler optimizations Ported from ARMv7 NEON. --- libavcodec/aarch64/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec/aarch64/Makefile') diff --git a/libavcodec/aarch64/Makefile b/libavcodec/aarch64/Makefile index 879e6befee..06e3c778ad 100644 --- a/libavcodec/aarch64/Makefile +++ b/libavcodec/aarch64/Makefile @@ -1,5 +1,7 @@ OBJS-$(CONFIG_H264CHROMA) += aarch64/h264chroma_init_aarch64.o +OBJS-$(CONFIG_H264DSP) += aarch64/h264dsp_init_aarch64.o OBJS-$(CONFIG_RV40_DECODER) += aarch64/rv40dsp_init_aarch64.o OBJS-$(CONFIG_VC1_DECODER) += aarch64/vc1dsp_init_aarch64.o NEON-OBJS-$(CONFIG_H264CHROMA) += aarch64/h264cmc_neon.o +NEON-OBJS-$(CONFIG_H264DSP) += aarch64/h264idct_neon.o -- cgit v1.2.3