mirror of https://git.ffmpeg.org/ffmpeg.git
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:
parent
6e6203fb1c
commit
a444671542
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue