From baaab6069a261354a1c9470f3185686ad85166c6 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 6 Feb 2012 19:16:44 +0100 Subject: build: Move all arch OBJS declarations into arch subdirectory Makefiles. --- libswscale/x86/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 libswscale/x86/Makefile (limited to 'libswscale/x86') diff --git a/libswscale/x86/Makefile b/libswscale/x86/Makefile new file mode 100644 index 0000000000..7f3779983d --- /dev/null +++ b/libswscale/x86/Makefile @@ -0,0 +1,9 @@ +OBJS-$(CONFIG_XMM_CLOBBER_TEST) += x86/w64xmmtest.o + +MMX-OBJS += x86/rgb2rgb.o \ + x86/swscale_mmx.o \ + x86/yuv2rgb_mmx.o \ + +YASM-OBJS += x86/input.o \ + x86/output.o \ + x86/scale.o \ -- cgit v1.2.3