mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
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
This commit is contained in:
parent
4f3da98526
commit
1bdf0fe7c7
2
configure
vendored
2
configure
vendored
@ -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=""
|
||||
|
Loading…
Reference in New Issue
Block a user