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
release/0.6
Martin Storsjö 15 years ago committed by Diego Biurrun
parent ce6636b1c1
commit 1aa71e258d
  1. 6
      configure

6
configure vendored

@ -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

Loading…
Cancel
Save