diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-02-24 11:59:26 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-02-24 11:59:26 +0000 |
commit | e870111e4f7df038216781fdad2999f18a08ca9c (patch) | |
tree | 789bb3b4623827c0c902a9db4e304bb685403c99 /libavcodec | |
parent | d42f88025adca444475973afb3f339ec9f3635dc (diff) | |
download | ffmpeg-e870111e4f7df038216781fdad2999f18a08ca9c.tar.gz |
Only compile snowdsp_mmx.c if the Snow decoder is enabled.
Originally committed as revision 8117 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 5b1bda9d69..7e4194817e 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -327,10 +327,10 @@ OBJS += i386/fdct_mmx.o \ i386/vp3dsp_sse2.o \ i386/fft_3dn.o \ i386/fft_3dn2.o \ - i386/snowdsp_mmx.o \ OBJS-$(CONFIG_GPL) += i386/idct_mmx.o OBJS-$(CONFIG_CAVS_DECODER) += i386/cavsdsp_mmx.o +OBJS-$(CONFIG_SNOW_DECODER) += i386/snowdsp_mmx.o endif # armv4l specific stuff |