aboutsummaryrefslogtreecommitdiffstats
path: root/libswscale/x86/Makefile
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-07-19 05:09:57 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-07-19 05:36:27 +0200
commit6532a1a8286e3ecc80c30ef74ff08663f237424d (patch)
treecc85616835b34f73cf0ffc4a8c0258d372e2dec9 /libswscale/x86/Makefile
parente9f7c7aef96dd8ca3519f0cfaa52573cf63a1d74 (diff)
downloadffmpeg-6532a1a8286e3ecc80c30ef74ff08663f237424d.tar.gz
sws/x86: split mmxext fast bilinear scaler out
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libswscale/x86/Makefile')
-rw-r--r--libswscale/x86/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/libswscale/x86/Makefile b/libswscale/x86/Makefile
index e767a5c420..c6f56d0932 100644
--- a/libswscale/x86/Makefile
+++ b/libswscale/x86/Makefile
@@ -1,6 +1,7 @@
$(SUBDIR)x86/swscale_mmx.o: CFLAGS += $(NOREDZONE_FLAGS)
-OBJS += x86/rgb2rgb.o \
+OBJS += x86/hscale_fast_bilinear_simd.o \
+ x86/rgb2rgb.o \
x86/swscale.o \
x86/yuv2rgb.o \