summaryrefslogtreecommitdiff
path: root/ffmpeg/libswscale/x86/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ffmpeg/libswscale/x86/Makefile')
-rw-r--r--ffmpeg/libswscale/x86/Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/ffmpeg/libswscale/x86/Makefile b/ffmpeg/libswscale/x86/Makefile
deleted file mode 100644
index e767a5c..0000000
--- a/ffmpeg/libswscale/x86/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-$(SUBDIR)x86/swscale_mmx.o: CFLAGS += $(NOREDZONE_FLAGS)
-
-OBJS += x86/rgb2rgb.o \
- x86/swscale.o \
- x86/yuv2rgb.o \
-
-OBJS-$(CONFIG_XMM_CLOBBER_TEST) += x86/w64xmmtest.o
-
-YASM-OBJS += x86/input.o \
- x86/output.o \
- x86/scale.o \