]> git.sesse.net Git - ffmpeg/blobdiff - libswscale/Makefile
movenc: Decrease default chunk merge limit to 1mb.
[ffmpeg] / libswscale / Makefile
index 942545d2824ab6589ef32d7d3bae6328d28499f6..77d896a76b7285c6858d07aac04791441d8ebcda 100644 (file)
@@ -19,12 +19,12 @@ OBJS-$(HAVE_MMX)           +=  x86/rgb2rgb.o            \
                                x86/swscale_mmx.o        \
                                x86/yuv2rgb_mmx.o
 OBJS-$(HAVE_VIS)           +=  sparc/yuv2rgb_vis.o
-OBJS-$(HAVE_YASM)          +=  x86/scale.o
+MMX-OBJS-$(HAVE_YASM)      +=  x86/input.o              \
+                               x86/output.o             \
+                               x86/scale.o
 
 $(SUBDIR)x86/swscale_mmx.o: CFLAGS += $(NOREDZONE_FLAGS)
 
 TESTPROGS = colorspace swscale
 
 DIRS = bfin mlib ppc sparc x86
-
-include $(SRC_PATH)/subdir.mak