[Ffmpeg-cvslog] r8578 - trunk/configure
diego
subversion
Sat Mar 31 20:29:43 CEST 2007
Author: diego
Date: Sat Mar 31 20:29:41 2007
New Revision: 8578
Modified:
trunk/configure
Log:
Force lowercase targetos value for MinGW, we check against lowercase strings.
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Sat Mar 31 20:29:41 2007
@@ -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.
More information about the ffmpeg-cvslog
mailing list