Skip to content
Snippets Groups Projects
Commit 1aa71e25 authored by Martin Storsjö's avatar Martin Storsjö Committed by Diego Biurrun
Browse files

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
parent ce6636b1
No related branches found
No related tags found
No related merge requests found
...@@ -1831,7 +1831,11 @@ case $target_os in ...@@ -1831,7 +1831,11 @@ case $target_os in
enabled shared || check_cflags -mdynamic-no-pic enabled shared || check_cflags -mdynamic-no-pic
;; ;;
mingw32*) mingw32*)
target_os=mingw32 if test target_os = "mingw32ce"; then
disable network
else
target_os=mingw32
fi
LIBTARGET=i386 LIBTARGET=i386
if enabled x86_64; then if enabled x86_64; then
enable malloc_aligned enable malloc_aligned
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment