Commit d849d2c8 authored by reimar's avatar reimar

Missing libswscale part of TARGET_ -> HAVE_ change

git-svn-id: file:///var/local/repositories/mplayer/trunk/libswscale@23564 b3059339-0415-0410-9bf9-f77b7e298cf2
parent fb0778a7
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment