summaryrefslogtreecommitdiff
path: root/libswscale/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-03-27 23:10:02 +0200
committerDiego Biurrun <diego@biurrun.de>2012-04-12 09:00:49 +0200
commit7bb3a302feeff37d14a2abb7c7316efa43f8dd5c (patch)
tree6d7a6e40c54b8ed2c48f3f93e19a0be038429b6d /libswscale/Makefile
parent2ef15b46e42647f6688d05abe2400fe008de5e0a (diff)
build: Consistently handle conditional compilation for all optimization OBJS.
Diffstat (limited to 'libswscale/Makefile')
-rw-r--r--libswscale/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/libswscale/Makefile b/libswscale/Makefile
index 7301646f4b..94c6efb9ba 100644
--- a/libswscale/Makefile
+++ b/libswscale/Makefile
@@ -15,14 +15,14 @@ OBJS = input.o \
OBJS-$(ARCH_BFIN) += bfin/internal_bfin.o \
bfin/swscale_bfin.o \
bfin/yuv2rgb_bfin.o
-OBJS-$(HAVE_ALTIVEC) += ppc/swscale_altivec.o \
+ALTIVEC-OBJS += ppc/swscale_altivec.o \
ppc/yuv2rgb_altivec.o \
ppc/yuv2yuv_altivec.o
-OBJS-$(HAVE_MMX) += x86/rgb2rgb.o \
+MMX-OBJS += x86/rgb2rgb.o \
x86/swscale_mmx.o \
x86/yuv2rgb_mmx.o
-OBJS-$(HAVE_VIS) += sparc/yuv2rgb_vis.o
-MMX-OBJS-$(HAVE_YASM) += x86/input.o \
+VIS-OBJS += sparc/yuv2rgb_vis.o
+YASM-OBJS += x86/input.o \
x86/output.o \
x86/scale.o