summaryrefslogtreecommitdiff
path: root/libswscale/x86/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-07-21 22:33:03 +0200
committerDiego Biurrun <diego@biurrun.de>2012-07-23 01:30:04 +0200
commit16d2a1a51c1dbdd69ee47b19c8ab66b905b7c5ce (patch)
treed5750d9740eb23bba4c1b7acfae2f35623bef352 /libswscale/x86/Makefile
parentfd4872184945ff4275f04f7b95ee7aba49407f3c (diff)
swscale: x86: Drop pointless _mmx suffix from filenames
The files do not contain only MMX code.
Diffstat (limited to 'libswscale/x86/Makefile')
-rw-r--r--libswscale/x86/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libswscale/x86/Makefile b/libswscale/x86/Makefile
index 7f3779983d..5416d48a4c 100644
--- a/libswscale/x86/Makefile
+++ b/libswscale/x86/Makefile
@@ -1,8 +1,8 @@
OBJS-$(CONFIG_XMM_CLOBBER_TEST) += x86/w64xmmtest.o
MMX-OBJS += x86/rgb2rgb.o \
- x86/swscale_mmx.o \
- x86/yuv2rgb_mmx.o \
+ x86/swscale.o \
+ x86/yuv2rgb.o \
YASM-OBJS += x86/input.o \
x86/output.o \