diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-02-06 19:16:44 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-04-12 21:30:13 +0200 |
commit | baaab6069a261354a1c9470f3185686ad85166c6 (patch) | |
tree | 93274ff583301040ac992291eceff91b6c1613c1 /libswscale/x86 | |
parent | 18e8fef7c9292041e3266487d9bc6b59e5eaa798 (diff) | |
download | ffmpeg-baaab6069a261354a1c9470f3185686ad85166c6.tar.gz |
build: Move all arch OBJS declarations into arch subdirectory Makefiles.
Diffstat (limited to 'libswscale/x86')
-rw-r--r-- | libswscale/x86/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
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 \ |