Browse Source

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
tags/v0.5
Zuxy Meng Diego Biurrun 18 years ago
parent
commit
b9a793eec8
1 changed files with 0 additions and 9 deletions
  1. +0
    -9
      configure

+ 0
- 9
configure View File

@@ -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"


Loading…
Cancel
Save