diff options
author | Mans Rullgard <mans@mansr.com> | 2012-07-16 12:50:14 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2012-07-18 10:32:18 +0100 |
commit | ab9f9876615fd856184912cf3863a80cf3a721b6 (patch) | |
tree | 54c610825ee8848343b76efa7b798651b5d95ec6 /libavcodec/arm | |
parent | 4cfb0d871d4885a88061410ab8f3583018c1ac57 (diff) | |
download | ffmpeg-ab9f9876615fd856184912cf3863a80cf3a721b6.tar.gz |
build: add CONFIG_VP3DSP, reduce repetition in OBJS lists
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavcodec/arm')
-rw-r--r-- | libavcodec/arm/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libavcodec/arm/Makefile b/libavcodec/arm/Makefile index d2bdd50daa..60cb2072ae 100644 --- a/libavcodec/arm/Makefile +++ b/libavcodec/arm/Makefile @@ -75,13 +75,11 @@ NEON-OBJS-$(CONFIG_RV40_DECODER) += arm/rv34dsp_init_neon.o \ arm/rv40dsp_neon.o \ arm/h264cmc_neon.o \ -NEON-OBJS-$(CONFIG_VP3_DECODER) += arm/vp3dsp_neon.o +NEON-OBJS-$(CONFIG_VP3DSP) += arm/vp3dsp_neon.o NEON-OBJS-$(CONFIG_VP5_DECODER) += arm/vp56dsp_neon.o \ - arm/vp3dsp_neon.o \ NEON-OBJS-$(CONFIG_VP6_DECODER) += arm/vp56dsp_neon.o \ - arm/vp3dsp_neon.o \ NEON-OBJS-$(CONFIG_VP8_DECODER) += arm/vp8dsp_init_neon.o \ arm/vp8dsp_neon.o |