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/x86/Makefile | |
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/x86/Makefile')
-rw-r--r-- | libavcodec/x86/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/libavcodec/x86/Makefile b/libavcodec/x86/Makefile index 6464739d03..1949074c58 100644 --- a/libavcodec/x86/Makefile +++ b/libavcodec/x86/Makefile @@ -59,10 +59,8 @@ YASM-OBJS-$(CONFIG_RV30_DECODER) += x86/rv34dsp.o YASM-OBJS-$(CONFIG_RV40_DECODER) += x86/rv34dsp.o \ x86/rv40dsp.o YASM-OBJS-$(CONFIG_VC1_DECODER) += x86/vc1dsp_yasm.o -YASM-OBJS-$(CONFIG_VP3_DECODER) += x86/vp3dsp.o -YASM-OBJS-$(CONFIG_VP5_DECODER) += x86/vp3dsp.o -YASM-OBJS-$(CONFIG_VP6_DECODER) += x86/vp3dsp.o \ - x86/vp56dsp.o +YASM-OBJS-$(CONFIG_VP3DSP) += x86/vp3dsp.o +YASM-OBJS-$(CONFIG_VP6_DECODER) += x86/vp56dsp.o YASM-OBJS-$(CONFIG_VP8_DECODER) += x86/vp8dsp.o YASM-OBJS += x86/dsputil_yasm.o \ |