提交 1aa71e25 编写于 作者: M Martin Storsjö 提交者: Diego Biurrun

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
上级 ce6636b1
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册