summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorVíctor Paesa <wzrlpy@arsystel.com>2007-02-18 00:17:04 +0000
committerMåns Rullgård <mans@mansr.com>2007-02-18 00:17:04 +0000
commitc9639c394c822c66f9547874b391e4757de4e566 (patch)
tree5d0ae903e613c075d41c0bdf5152d2e22b16ce3f /configure
parentb21e0b6dfce5da423f6e2b760b7f2c784748b3c7 (diff)
downloadffmpeg-streaming-c9639c394c822c66f9547874b391e4757de4e566.zip
ffmpeg-streaming-c9639c394c822c66f9547874b391e4757de4e566.tar.gz
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 99aa12a..7f7210b 100755
--- a/configure
+++ b/configure
@@ -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"
OpenPOWER on IntegriCloud