Force lowercase targetos value for MinGW, we check against lowercase strings.

Originally committed as revision 8578 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2007-03-31 18:29:41 +00:00
parent 51aeb7aa6e
commit 91c5172d26

1
configure vendored
View File

@ -1101,6 +1101,7 @@ case `tolower $targetos` in
FFSERVERLDFLAGS=-Wl,-bind_at_load
;;
mingw32*)
targetos=mingw32
if enabled_all shared static; then
cat <<EOF
You can only build one library type at once on MinGW.