From e67bcdd98554514e24acd96370ad013ef8afeba1 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 10 Jul 2006 01:12:17 +0000 Subject: [PATCH] Move MinGW section before the combination of FFLDFLAGS and LDFLAGS. Originally committed as revision 5702 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 58 +++++++++++++++++++++++++++---------------------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/configure b/configure index 36ffcf0a83..8bd9957eb0 100755 --- a/configure +++ b/configure @@ -847,6 +847,35 @@ else logfile=/dev/null fi +if test "$mingw32" = "yes" -o "$mingwce" = "yes"; then + if test "$lshared" = "yes" && test "$lstatic" = "yes" ; then + cat <