[FFmpeg-cvslog] r9030 - trunk/configure

diego subversion
Tue May 15 21:30:08 CEST 2007


Author: diego
Date: Tue May 15 21:30:07 2007
New Revision: 9030

Log:
Building both shared and static libraries is now possible on MinGW.
patch by Zuxy Meng, zuxy.meng gmail com


Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Tue May 15 21:30:07 2007
@@ -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"




More information about the ffmpeg-cvslog mailing list