From a519583991c38d38503ab08357716513facc5725 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Fri, 12 Oct 2012 19:54:45 +0200 Subject: swscale: x86: Hide arch-specific initialization details Also give consistent names to init functions. --- libswscale/x86/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libswscale/x86/Makefile') diff --git a/libswscale/x86/Makefile b/libswscale/x86/Makefile index 5416d48a4c..b94b14abbb 100644 --- a/libswscale/x86/Makefile +++ b/libswscale/x86/Makefile @@ -1,9 +1,9 @@ -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 \ -- cgit v1.2.3