Commit 7aae4914 authored by diego's avatar diego

Building both shared and static libraries is now possible on MinGW.

patch by Zuxy Meng, zuxy.meng gmail com


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9030 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent fda4d4fc
......@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment