summaryrefslogtreecommitdiffstats
path: root/libswscale/x86/Makefile
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-08-29 14:38:51 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-08-29 14:42:34 +0200
commitdb6b389c7f2176487cc4622a18f58e6b10af8e99 (patch)
treecaf15aa1b76925c7e152329af6d22c71523c12f4 /libswscale/x86/Makefile
parent477641e9f8a711b65a463ea75a4167b7cfdc84a5 (diff)
parenta519583991c38d38503ab08357716513facc5725 (diff)
downloadffmpeg-streaming-db6b389c7f2176487cc4622a18f58e6b10af8e99.zip
ffmpeg-streaming-db6b389c7f2176487cc4622a18f58e6b10af8e99.tar.gz
Merge commit 'a519583991c38d38503ab08357716513facc5725'
* commit 'a519583991c38d38503ab08357716513facc5725': swscale: x86: Hide arch-specific initialization details Conflicts: libswscale/x86/Makefile libswscale/x86/swscale.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libswscale/x86/Makefile')
-rw-r--r--libswscale/x86/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/libswscale/x86/Makefile b/libswscale/x86/Makefile
index 7d219b4..e767a5c 100644
--- a/libswscale/x86/Makefile
+++ b/libswscale/x86/Makefile
@@ -1,11 +1,11 @@
$(SUBDIR)x86/swscale_mmx.o: CFLAGS += $(NOREDZONE_FLAGS)
-OBJS-$(CONFIG_XMM_CLOBBER_TEST) += x86/w64xmmtest.o
-
-MMX-OBJS += x86/rgb2rgb.o \
+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 \
OpenPOWER on IntegriCloud