[FFmpeg-devel] [PATCH] Enable simultaneous build of static & dynamic libraries on mingw32

Zuxy Meng zuxy.meng
Sat May 12 17:40:59 CEST 2007


Hi,

The original thread is now quite off-topic:-) Anyway I've tested on
mingw32 and got both libraries built.
-- 
Zuxy
Beauty is truth,
While truth is beauty.
PGP KeyID: E8555ED6
-------------- next part --------------
Index: configure
===================================================================
--- configure	?????? 8995??
+++ configure	????????????
@@ -1153,15 +1153,6 @@
   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-devel mailing list