summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorZuxy Meng <zuxy.meng@gmail.com>2007-05-15 19:30:07 +0000
committerDiego Biurrun <diego@biurrun.de>2007-05-15 19:30:07 +0000
commitb9a793eec8308e13e66e66dfef7f9733f1ab6823 (patch)
tree110364026020f5982b55a770345312cc76cdd7b2 /configure
parent5676d140a9e93aeead7b17f01d42fb8987b1dd60 (diff)
Building both shared and static libraries is now possible on MinGW.
patch by Zuxy Meng, zuxy.meng gmail com Originally committed as revision 9030 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure9
1 files changed, 0 insertions, 9 deletions
diff --git a/configure b/configure
index c9bbdc858e..7a1630cd75 100755
--- a/configure
+++ b/configure
@@ -1161,15 +1161,6 @@ case $targetos in
mingw32*)
targetos=mingw32
shlibdir="$bindir"
- if enabled_all shared static; then
- cat <<EOF
-You can only build one library type at once on MinGW.
-Specify --disable-static --enable-shared to only build
-the shared libraries. To build only the static libraries
-you do not need to pass additional options.
-EOF
- exit 1
- fi
dv1394="no"
ffserver="no"
network="no"