From 1aa71e258dff1f63177ac799c63cffc84e56eeff Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Martin=20Storsj=C3=B6?= <martin@martin.st>
Date: Mon, 27 Jul 2009 16:14:57 +0000
Subject: [PATCH] =?UTF-8?q?MinGWCE=20support=20in=20configure;=20networkin?=
 =?UTF-8?q?g=20is=20disabled=20for=20now.=20patch=20by=20Martin=20Storsj?=
 =?UTF-8?q?=C3=B6,=20martin=20martin=20st=20and=20Ismail=20D=C3=B6nmez,=20?=
 =?UTF-8?q?ismail=20namtrac=20org?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Originally committed as revision 19521 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 configure | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/configure b/configure
index 2236c00c39c..d3cd193c77a 100755
--- 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
-- 
GitLab