[FFmpeg-cvslog] r9313 - trunk/configure
ramiro
subversion
Thu Jun 14 18:48:09 CEST 2007
Author: ramiro
Date: Thu Jun 14 18:48:09 2007
New Revision: 9313
Log:
Vhooks require special cflags and ldflags for Windows builds
Copy them from Cygwin to MinGW
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Thu Jun 14 18:48:09 2007
@@ -1168,6 +1168,8 @@ case $targetos in
targetos=mingw32
shlibdir="$bindir"
dv1394="no"
+ 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)'
ffserver="no"
network="no"
SLIBPREF=""
More information about the ffmpeg-cvslog
mailing list