From 16d2a1a51c1dbdd69ee47b19c8ab66b905b7c5ce Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sat, 21 Jul 2012 22:33:03 +0200 Subject: swscale: x86: Drop pointless _mmx suffix from filenames The files do not contain only MMX code. --- libswscale/x86/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libswscale/x86/Makefile') 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 \ -- cgit v1.2.3