From 4ec9ec81227b1c0dd83487a851e3a2c7db0335e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Sat, 17 Feb 2007 18:35:35 +0000 Subject: [PATCH] put mingw section together with other OS specifics Originally committed as revision 8007 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 52 +++++++++++++++++++++++----------------------------- 1 file changed, 23 insertions(+), 29 deletions(-) diff --git a/configure b/configure index c3ef63fcab..5afd35c56a 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 <