[Ffmpeg-cvslog] r8013 - trunk/configure

mru subversion
Sun Feb 18 01:17:04 CET 2007


Author: mru
Date: Sun Feb 18 01:17:04 2007
New Revision: 8013

Modified:
   trunk/configure

Log:
libswscale is needed in Cygwin vhooks
patch by V?ctor Paesa wzrlpy arsystel com


Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Sun Feb 18 01:17:04 2007
@@ -1053,8 +1053,8 @@
     targetos=CYGWIN
     shlibdir="$bindir"
     dv1394="no"
-    VHOOKSHFLAGS='-shared -L$(BUILD_ROOT)/libavformat -L$(BUILD_ROOT)/libavcodec -L$(BUILD_ROOT)/libavutil'
-    VHOOKLIBS='-lavformat$(BUILDSUF) -lavcodec$(BUILDSUF) -lavutil$(BUILDSUF) $(EXTRALIBS)'
+    VHOOKSHFLAGS='-shared -L$(BUILD_ROOT)/libavformat -L$(BUILD_ROOT)/libavcodec -L$(BUILD_ROOT)/libswscale -L$(BUILD_ROOT)/libavutil'
+    VHOOKLIBS='-lavformat$(BUILDSUF) -lavcodec$(BUILDSUF) -lswscale$(BUILDSUF) -lavutil$(BUILDSUF) $(EXTRALIBS)'
     osextralibs=""
     EXESUF=".exe"
     SLIBPREF="cyg"




More information about the ffmpeg-cvslog mailing list