Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVíctor Paesa <wzrlpy@arsystel.com>2007-02-18 03:17:04 +0300
committerMåns Rullgård <mans@mansr.com>2007-02-18 03:17:04 +0300
commitc9639c394c822c66f9547874b391e4757de4e566 (patch)
tree5d0ae903e613c075d41c0bdf5152d2e22b16ce3f /configure
parentb21e0b6dfce5da423f6e2b760b7f2c784748b3c7 (diff)
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 99aa12a8fa..7f7210b1e5 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"