diff options
author | Janne Grunau <janne-libav@jannau.net> | 2011-12-05 21:22:57 +0000 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2011-12-06 13:48:25 +0000 |
commit | 6c889888662168811389e209bfbc662d70c27627 (patch) | |
tree | 03cfeed3360fa8dfe86543fb184cb956aa3f740d /libavcodec/arm/Makefile | |
parent | f5c05b9aa5aeb6079b76f9da452f8ee4050e8955 (diff) | |
download | ffmpeg-6c889888662168811389e209bfbc662d70c27627.tar.gz |
rv40: NEON optimised weighted prediction
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavcodec/arm/Makefile')
-rw-r--r-- | libavcodec/arm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/arm/Makefile b/libavcodec/arm/Makefile index a948e6db3f..fc1711395b 100644 --- a/libavcodec/arm/Makefile +++ b/libavcodec/arm/Makefile @@ -69,6 +69,7 @@ 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/rv40dsp_neon.o \ arm/h264cmc_neon.o \ NEON-OBJS-$(CONFIG_VP3_DECODER) += arm/vp3dsp_neon.o |