From: Måns Rullgård Date: Sat, 17 Feb 2007 18:35:35 +0000 (+0000) Subject: put mingw section together with other OS specifics X-Git-Tag: v0.5~10047 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4ec9ec81227b1c0dd83487a851e3a2c7db0335e8;p=platform%2Fupstream%2Flibav.git put mingw section together with other OS specifics Originally committed as revision 8007 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/configure b/configure index c3ef63fca..5afd35c56 100755 --- a/configure +++ b/configure @@ -1019,9 +1019,30 @@ case $targetos in FFSERVERLDFLAGS=-Wl,-bind_at_load ;; MINGW32*) - # Note: the rest of the mingw32 config is done afterwards as mingw32 - # can be forced on the command line for Linux cross compilation. mingw32="yes" + if enabled_all shared static; then + cat <