diff options
author | Janne Grunau <janne-libav@jannau.net> | 2011-12-05 21:18:05 +0000 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2011-12-06 13:48:25 +0000 |
commit | f5c05b9aa5aeb6079b76f9da452f8ee4050e8955 (patch) | |
tree | 8e93cc8ae1cca551af6e6bce06f522464176976a /libavcodec/arm/Makefile | |
parent | f054a82727728e813861851648e109cd24574178 (diff) | |
download | ffmpeg-f5c05b9aa5aeb6079b76f9da452f8ee4050e8955.tar.gz |
rv40: NEON optimised chroma MC
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavcodec/arm/Makefile')
-rw-r--r-- | libavcodec/arm/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/arm/Makefile b/libavcodec/arm/Makefile index c125a59078..a948e6db3f 100644 --- a/libavcodec/arm/Makefile +++ b/libavcodec/arm/Makefile @@ -68,6 +68,8 @@ NEON-OBJS-$(CONFIG_RV30_DECODER) += arm/rv34dsp_init_neon.o \ NEON-OBJS-$(CONFIG_RV40_DECODER) += arm/rv34dsp_init_neon.o \ arm/rv34dsp_neon.o \ + arm/rv40dsp_init_neon.o \ + arm/h264cmc_neon.o \ NEON-OBJS-$(CONFIG_VP3_DECODER) += arm/vp3dsp_neon.o |