diff options
author | Zuxy Meng <zuxy.meng@gmail.com> | 2007-05-15 19:30:07 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-05-15 19:30:07 +0000 |
commit | b9a793eec8308e13e66e66dfef7f9733f1ab6823 (patch) | |
tree | 110364026020f5982b55a770345312cc76cdd7b2 | |
parent | 5676d140a9e93aeead7b17f01d42fb8987b1dd60 (diff) | |
download | ffmpeg-b9a793eec8308e13e66e66dfef7f9733f1ab6823.tar.gz |
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
-rwxr-xr-x | configure | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -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" |