mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
Fix typo in MinGWCE support in configure.
Patch by Martin Storsjö and Måns. Originally committed as revision 19523 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
469fd9b0e1
commit
9d3f4f5070
2
configure
vendored
2
configure
vendored
@ -1831,7 +1831,7 @@ case $target_os in
|
|||||||
enabled shared || check_cflags -mdynamic-no-pic
|
enabled shared || check_cflags -mdynamic-no-pic
|
||||||
;;
|
;;
|
||||||
mingw32*)
|
mingw32*)
|
||||||
if test target_os = "mingw32ce"; then
|
if test $target_os = "mingw32ce"; then
|
||||||
disable network
|
disable network
|
||||||
else
|
else
|
||||||
target_os=mingw32
|
target_os=mingw32
|
||||||
|
Loading…
Reference in New Issue
Block a user