mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-23 15:53:08 +00:00
Properly set EXTRALIBS
(fixes compilation of shared libswscale on cygwin and other platforms) Originally committed as revision 20413 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
This commit is contained in:
parent
79f7c32ffb
commit
7c9c296648
@ -7,6 +7,8 @@ LIBVERSION=$(SWSVERSION)
|
||||
LIBMAJOR=$(SWSMAJOR)
|
||||
endif
|
||||
|
||||
EXTRALIBS := -L$(BUILD_ROOT)/libavutil -lavutil$(BUILDSUF) $(EXTRALIBS)
|
||||
|
||||
OBJS= swscale.o rgb2rgb.o yuv2rgb.o
|
||||
ifeq ($(TARGET_ALTIVEC),yes)
|
||||
OBJS+= yuv2rgb_altivec.o
|
||||
|
Loading…
Reference in New Issue
Block a user