diff options
author | Ramiro Polla <ramiro.polla@gmail.com> | 2007-06-14 16:48:09 +0000 |
---|---|---|
committer | Ramiro Polla <ramiro.polla@gmail.com> | 2007-06-14 16:48:09 +0000 |
commit | 1bdf0fe7c79c9b7ba37ff7ba045c676f7ef1182f (patch) | |
tree | 27a1185181d1cf5a2f0b8a82bbe029dc2adde1b9 /configure | |
parent | 4f3da9852674d6dd72e0169fd33b3c30c48bd263 (diff) | |
download | ffmpeg-1bdf0fe7c79c9b7ba37ff7ba045c676f7ef1182f.tar.gz |
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
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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="" |