[MPlayer-cvslog] r19416 - trunk/libswscale/Makefile
lucabe
subversion at mplayerhq.hu
Wed Aug 16 22:09:47 CEST 2006
Author: lucabe
Date: Wed Aug 16 22:09:47 2006
New Revision: 19416
Modified:
trunk/libswscale/Makefile
Log:
Fix compilation as a win32 shared library (libavutil must be explicitly linked)
Modified: trunk/libswscale/Makefile
==============================================================================
--- trunk/libswscale/Makefile (original)
+++ trunk/libswscale/Makefile Wed Aug 16 22:09:47 2006
@@ -5,6 +5,7 @@
ifeq ($(BUILD_SHARED),yes)
LIBVERSION=$(SWSVERSION)
LIBMAJOR=$(SWSMAJOR)
+EXTRALIBS := -L../libavutil -lavutil$(BUILDSUF) $(EXTRALIBS)
endif
# NOTE: -I.. is needed to include config.h
More information about the MPlayer-cvslog
mailing list