Browse code

MinGWCE support in configure; networking is disabled for now. 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

Martin Storsjö authored on 2009/07/28 01:14:57
Showing 1 changed files
... ...
@@ -1831,7 +1831,11 @@ case $target_os in
1831 1831
         enabled shared || check_cflags -mdynamic-no-pic
1832 1832
         ;;
1833 1833
     mingw32*)
1834
-        target_os=mingw32
1834
+        if test target_os = "mingw32ce"; then
1835
+            disable network
1836
+        else
1837
+            target_os=mingw32
1838
+        fi
1835 1839
         LIBTARGET=i386
1836 1840
         if enabled x86_64; then
1837 1841
             enable malloc_aligned