diff options
author | James Almer <jamrial@gmail.com> | 2017-11-11 10:22:11 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2017-11-11 10:22:11 -0300 |
commit | f87ad3a058bfee786e942106c5c3450c02a66d48 (patch) | |
tree | ffba88e386e67353bbcecf0f3050439052fd1a8f /configure | |
parent | 7e76e1ea80052ee95ef33d5341b9251b90766c9c (diff) | |
parent | e41daa62465036ad36ad0bd14e4936e848d7f07e (diff) | |
download | ffmpeg-f87ad3a058bfee786e942106c5c3450c02a66d48.tar.gz |
Merge commit 'e41daa62465036ad36ad0bd14e4936e848d7f07e'
* commit 'e41daa62465036ad36ad0bd14e4936e848d7f07e':
Remove support for building for mingw32ce (Windows CE)
Merged-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -5033,16 +5033,10 @@ case $target_os in die "Native MSYS builds are discouraged, please use the MINGW environment." ;; mingw32*|mingw64*) - if test $target_os = "mingw32ce"; then - disable network - else - target_os=mingw32 - fi + target_os=mingw32 LIBTARGET=i386 if enabled x86_64; then LIBTARGET="i386:x86-64" - elif enabled arm; then - LIBTARGET=arm-wince fi enabled shared && ! enabled small && check_cmd $windres --version && enable gnu_windres enabled x86_32 && check_ldflags -Wl,--large-address-aware |