libswscale is needed in Cygwin vhooks

patch by Víctor Paesa wzrlpy arsystel com

Originally committed as revision 8013 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Víctor Paesa 2007-02-18 00:17:04 +00:00 committed by Måns Rullgård
parent b21e0b6dfc
commit c9639c394c
1 changed files with 2 additions and 2 deletions

4
configure vendored
View File

@ -1053,8 +1053,8 @@ EOF
targetos=CYGWIN
shlibdir="$bindir"
dv1394="no"
VHOOKSHFLAGS='-shared -L$(BUILD_ROOT)/libavformat -L$(BUILD_ROOT)/libavcodec -L$(BUILD_ROOT)/libavutil'
VHOOKLIBS='-lavformat$(BUILDSUF) -lavcodec$(BUILDSUF) -lavutil$(BUILDSUF) $(EXTRALIBS)'
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)'
osextralibs=""
EXESUF=".exe"
SLIBPREF="cyg"