[MPlayer-cvslog] r20413 - trunk/libswscale/Makefile

lucabe subversion at mplayerhq.hu
Mon Oct 23 16:03:50 CEST 2006


Author: lucabe
Date: Mon Oct 23 16:03:49 2006
New Revision: 20413

Modified:
   trunk/libswscale/Makefile

Log:
Properly set EXTRALIBS
(fixes compilation of shared libswscale on cygwin and other platforms)


Modified: trunk/libswscale/Makefile
==============================================================================
--- trunk/libswscale/Makefile	(original)
+++ trunk/libswscale/Makefile	Mon Oct 23 16:03:49 2006
@@ -7,6 +7,8 @@
 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



More information about the MPlayer-cvslog mailing list