Commit 1206d13e authored by ramiro's avatar ramiro

Vhooks require special cflags and ldflags for Windows builds

Copy them from Cygwin to MinGW

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9313 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 79ec33cb
...@@ -1168,6 +1168,8 @@ case $targetos in ...@@ -1168,6 +1168,8 @@ case $targetos in
targetos=mingw32 targetos=mingw32
shlibdir="$bindir" shlibdir="$bindir"
dv1394="no" 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" ffserver="no"
network="no" network="no"
SLIBPREF="" SLIBPREF=""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment