summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-09-05 10:38:59 +0000
committerDiego Biurrun <diego@biurrun.de>2007-09-05 10:38:59 +0000
commit770202c3af6de51700363dc7a2b84b9f2760e74c (patch)
tree702cf1170222fe98ae6b5f2146c236d5966672d0 /libavcodec/Makefile
parent79fda09705d4fb020ca286ec6ded5e37131fe1fc (diff)
Sort one more list alphabetically.
Originally committed as revision 10401 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 2bbeb215f1..9400bf06be 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -352,12 +352,13 @@ OBJS += i386/fdct_mmx.o \
i386/fft_3dn2.o \
OBJS-$(CONFIG_GPL) += i386/idct_mmx.o
+
OBJS-$(CONFIG_CAVS_DECODER) += i386/cavsdsp_mmx.o
+OBJS-$(CONFIG_SNOW_DECODER) += i386/snowdsp_mmx.o
OBJS-$(CONFIG_VP3_DECODER) += i386/vp3dsp_mmx.o i386/vp3dsp_sse2.o
OBJS-$(CONFIG_VP5_DECODER) += i386/vp3dsp_mmx.o i386/vp3dsp_sse2.o
OBJS-$(CONFIG_VP6_DECODER) += i386/vp3dsp_mmx.o i386/vp3dsp_sse2.o
OBJS-$(CONFIG_VP6F_DECODER) += i386/vp3dsp_mmx.o i386/vp3dsp_sse2.o
-OBJS-$(CONFIG_SNOW_DECODER) += i386/snowdsp_mmx.o
endif
ASM_OBJS-$(ARCH_ARMV4L) += armv4l/jrevdct_arm.o \