You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02: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:
@@ -7,6 +7,8 @@ LIBVERSION=$(SWSVERSION)
|
|||||||
LIBMAJOR=$(SWSMAJOR)
|
LIBMAJOR=$(SWSMAJOR)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
EXTRALIBS := -L$(BUILD_ROOT)/libavutil -lavutil$(BUILDSUF) $(EXTRALIBS)
|
||||||
|
|
||||||
OBJS= swscale.o rgb2rgb.o yuv2rgb.o
|
OBJS= swscale.o rgb2rgb.o yuv2rgb.o
|
||||||
ifeq ($(TARGET_ALTIVEC),yes)
|
ifeq ($(TARGET_ALTIVEC),yes)
|
||||||
OBJS+= yuv2rgb_altivec.o
|
OBJS+= yuv2rgb_altivec.o
|
||||||
|
Reference in New Issue
Block a user