summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2009-07-27 16:14:57 +0000
committerDiego Biurrun <diego@biurrun.de>2009-07-27 16:14:57 +0000
commit1aa71e258dff1f63177ac799c63cffc84e56eeff (patch)
tree9aba030b501bd866bf7c4aa654d737c4173ebb20 /configure
parentce6636b1c1a67ad082cdf2d5e8100451dcb42b65 (diff)
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 5 insertions, 1 deletions
diff --git a/configure b/configure
index 2236c00c39..d3cd193c77 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