OSDN Git Service

MinGWCE support in configure; networking is disabled for now.
authorMartin Storsjö <martin@martin.st>
Mon, 27 Jul 2009 16:14:57 +0000 (16:14 +0000)
committerDiego Biurrun <diego@biurrun.de>
Mon, 27 Jul 2009 16:14:57 +0000 (16:14 +0000)
patch by Martin Storsjö, martin martin st and Ismail Dönmez, ismail namtrac org

Originally committed as revision 19521 to svn://svn.ffmpeg.org/ffmpeg/trunk

configure

index 2236c00..d3cd193 100755 (executable)
--- a/configure
+++ b/configure
@@ -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