Missing libswscale part of TARGET_ -> HAVE_ change

Originally committed as revision 23564 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
This commit is contained in:
Reimar Döffinger 2007-06-16 15:29:26 +00:00
parent 6e6203fb1c
commit a444671542
1 changed files with 1 additions and 1 deletions

View 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