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
This commit is contained in:
parent
5676d140a9
commit
b9a793eec8
9
configure
vendored
9
configure
vendored
@ -1161,15 +1161,6 @@ case $targetos in
|
|||||||
mingw32*)
|
mingw32*)
|
||||||
targetos=mingw32
|
targetos=mingw32
|
||||||
shlibdir="$bindir"
|
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"
|
dv1394="no"
|
||||||
ffserver="no"
|
ffserver="no"
|
||||||
network="no"
|
network="no"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user