diff options
author | Janne Grunau <janne-libav@jannau.net> | 2011-09-24 13:05:55 +0200 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2011-12-06 13:48:24 +0000 |
commit | 42d32cf53cd0aa0da7cf7a89c8b46adaf761936c (patch) | |
tree | 8e459b318cee5b9f2dda5dd4121218b08dacd4b8 /libavcodec/arm/Makefile | |
parent | 52401b82bd2ed30d4c4353cb084bf4ee679d0c22 (diff) | |
download | ffmpeg-42d32cf53cd0aa0da7cf7a89c8b46adaf761936c.tar.gz |
rv34: NEON optimised inverse transform functions
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavcodec/arm/Makefile')
-rw-r--r-- | libavcodec/arm/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libavcodec/arm/Makefile b/libavcodec/arm/Makefile index 3374f0e2bd..9199faea3b 100644 --- a/libavcodec/arm/Makefile +++ b/libavcodec/arm/Makefile @@ -62,6 +62,12 @@ NEON-OBJS-$(CONFIG_AC3DSP) += arm/ac3dsp_neon.o NEON-OBJS-$(CONFIG_DCA_DECODER) += arm/dcadsp_neon.o \ arm/synth_filter_neon.o \ +NEON-OBJS-$(CONFIG_RV30_DECODER) += arm/rv34dsp_init_neon.o \ + arm/rv34dsp_neon.o \ + +NEON-OBJS-$(CONFIG_RV40_DECODER) += arm/rv34dsp_init_neon.o \ + arm/rv34dsp_neon.o \ + NEON-OBJS-$(CONFIG_VP3_DECODER) += arm/vp3dsp_neon.o NEON-OBJS-$(CONFIG_VP5_DECODER) += arm/vp56dsp_neon.o \ |