diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-03-31 18:29:41 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-03-31 18:29:41 +0000 |
commit | 91c5172d262ad65dae0a17727b46c3f6caa1b04a (patch) | |
tree | cb679d3d64ef49613be04e0036287cea944c88a5 | |
parent | 51aeb7aa6e7386859af5fb60749fd5ce3187db25 (diff) | |
download | ffmpeg-91c5172d262ad65dae0a17727b46c3f6caa1b04a.tar.gz |
Force lowercase targetos value for MinGW, we check against lowercase strings.
Originally committed as revision 8578 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |