summaryrefslogtreecommitdiff
path: root/libswscale
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-07-19 05:47:48 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-07-19 05:53:42 +0200
commitd5ee3580d84a238719588daf0b74feefd07d5742 (patch)
treeab47533dca4a8e2f70f399e057db40206a21a95e /libswscale
parent6532a1a8286e3ecc80c30ef74ff08663f237424d (diff)
sws: move inline asm hscale to MMX_OBJS
Found-by: jamrial Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libswscale')
-rw-r--r--libswscale/x86/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/libswscale/x86/Makefile b/libswscale/x86/Makefile
index c6f56d0932..69012077bb 100644
--- a/libswscale/x86/Makefile
+++ b/libswscale/x86/Makefile
@@ -1,10 +1,11 @@
$(SUBDIR)x86/swscale_mmx.o: CFLAGS += $(NOREDZONE_FLAGS)
-OBJS += x86/hscale_fast_bilinear_simd.o \
- x86/rgb2rgb.o \
+OBJS += x86/rgb2rgb.o \
x86/swscale.o \
x86/yuv2rgb.o \
+MMX-OBJS += x86/hscale_fast_bilinear_simd.o \
+
OBJS-$(CONFIG_XMM_CLOBBER_TEST) += x86/w64xmmtest.o
YASM-OBJS += x86/input.o \