]> git.sesse.net Git - ffmpeg/commitdiff
Missing libswscale part of TARGET_ -> HAVE_ change
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sat, 16 Jun 2007 15:29:26 +0000 (15:29 +0000)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sat, 16 Jun 2007 15:29:26 +0000 (15:29 +0000)
Originally committed as revision 23564 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

libswscale/Makefile

index 23d120d05ce36257a15a842c902425d33f76e41b..95f90b7575b6ab0a97588181a127893428f6ea2b 100644 (file)
@@ -9,7 +9,7 @@ EXTRALIBS := -L$(BUILD_ROOT)/libavutil -lavutil$(BUILDSUF) $(EXTRALIBS)
 
 OBJS= swscale.o rgb2rgb.o
 
-OBJS-$(TARGET_ALTIVEC)     +=  yuv2rgb_altivec.o
+OBJS-$(HAVE_ALTIVEC)       +=  yuv2rgb_altivec.o
 OBJS-$(CONFIG_GPL)         +=  yuv2rgb.o
 
 OBJS-$(ARCH_BFIN)          +=  yuv2rgb_bfin.o