From 03cecf45c134ebbaecb62505fe444ade423ea7dc Mon Sep 17 00:00:00 2001 From: Seppo Tomperi Date: Thu, 5 Feb 2015 06:49:32 +0000 Subject: hevcdsp: ARM NEON optimized transforms cherry picked from commit b153f55935969c794de4640f8d34e01c58e027ae Signed-off-by: Michael Niedermayer --- libavcodec/arm/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libavcodec/arm/Makefile') diff --git a/libavcodec/arm/Makefile b/libavcodec/arm/Makefile index eb9da264ab..1e08569066 100644 --- a/libavcodec/arm/Makefile +++ b/libavcodec/arm/Makefile @@ -133,7 +133,8 @@ NEON-OBJS-$(CONFIG_LLAUDDSP) += arm/lossless_audiodsp_neon.o NEON-OBJS-$(CONFIG_DCA_DECODER) += arm/dcadsp_neon.o \ arm/synth_filter_neon.o NEON-OBJS-$(CONFIG_HEVC_DECODER) += arm/hevcdsp_init_neon.o \ - arm/hevcdsp_deblock_neon.o + arm/hevcdsp_deblock_neon.o \ + arm/hevcdsp_idct_neon.o NEON-OBJS-$(CONFIG_RV30_DECODER) += arm/rv34dsp_neon.o NEON-OBJS-$(CONFIG_RV40_DECODER) += arm/rv34dsp_neon.o \ arm/rv40dsp_neon.o -- cgit v1.2.3