[FFmpeg-cvslog] r19521 - trunk/configure

diego subversion
Mon Jul 27 18:14:58 CEST 2009


Author: diego
Date: Mon Jul 27 18:14:57 2009
New Revision: 19521

Log:
MinGWCE support in configure; networking is disabled for now.
patch by Martin Storsj?, martin martin st and Ismail D?nmez, ismail namtrac org

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Mon Jul 27 18:10:38 2009	(r19520)
+++ trunk/configure	Mon Jul 27 18:14:57 2009	(r19521)
@@ -1831,7 +1831,11 @@ case $target_os in
         enabled shared || check_cflags -mdynamic-no-pic
         ;;
     mingw32*)
-        target_os=mingw32
+        if test target_os = "mingw32ce"; then
+            disable network
+        else
+            target_os=mingw32
+        fi
         LIBTARGET=i386
         if enabled x86_64; then
             enable malloc_aligned



More information about the ffmpeg-cvslog mailing list