From 1bdf0fe7c79c9b7ba37ff7ba045c676f7ef1182f Mon Sep 17 00:00:00 2001 From: Ramiro Polla Date: Thu, 14 Jun 2007 16:48:09 +0000 Subject: Vhooks require special cflags and ldflags for Windows builds Copy them from Cygwin to MinGW Originally committed as revision 9313 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure') diff --git a/configure b/configure index 1b3b1147a0..d513ae2b0e 100755 --- a/configure +++ b/configure @@ -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="" -- cgit v1.2.3