1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-19 05:15:12 +00:00

Properly set EXTRALIBS

(fixes compilation of shared libswscale on cygwin and other platforms)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20413 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
lucabe 2006-10-23 14:03:49 +00:00
parent 64c874635d
commit 239933c040

View File

@ -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