summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorAurelien Jacobs <aurel@gnuage.org>2008-02-25 23:14:22 +0000
committerAurelien Jacobs <aurel@gnuage.org>2008-02-25 23:14:22 +0000
commit97d1d009e21f1a8ed33f767c31f02ee7d7524e9c (patch)
treed70ed53a77ac7c02dd888f32d0319a1cd7e483f7 /libavcodec/Makefile
parent4847a997aa5843fa629f6db6df01bf319110a396 (diff)
split encoding part of dsputil_mmx into its own file
Originally committed as revision 12223 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 3a7d7914da..9c3fa46311 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -369,6 +369,8 @@ OBJS += i386/fdct_mmx.o \
OBJS-$(CONFIG_GPL) += i386/idct_mmx.o
+OBJS-$(CONFIG_ENCODERS) += i386/dsputilenc_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