diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2007-12-16 22:20:47 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2007-12-16 22:20:47 +0000 |
commit | 407c50a024c4f7872beadeeeec8db82a5bf88d3d (patch) | |
tree | fd5a070cc4d43bfb9fb6029888980fb33f6c125e /libavcodec/Makefile | |
parent | bcfe2ba02cf5c7c40882868cd665d9697bc1e3ee (diff) | |
download | ffmpeg-407c50a024c4f7872beadeeeec8db82a5bf88d3d.tar.gz |
move FLAC mmx dsp to its own file
Originally committed as revision 11244 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index de9f1935fd..0065d77668 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -363,6 +363,7 @@ OBJS += i386/fdct_mmx.o \ OBJS-$(CONFIG_GPL) += i386/idct_mmx.o OBJS-$(CONFIG_CAVS_DECODER) += i386/cavsdsp_mmx.o +OBJS-$(CONFIG_FLAC_ENCODER) += i386/flacdsp_mmx.o OBJS-$(CONFIG_SNOW_DECODER) += i386/snowdsp_mmx.o OBJS-$(CONFIG_VC1_DECODER) += i386/vc1dsp_mmx.o OBJS-$(CONFIG_VP3_DECODER) += i386/vp3dsp_mmx.o i386/vp3dsp_sse2.o |