From 463c5a26bd4c817a84e51595ac98f6a3ad366a21 Mon Sep 17 00:00:00 2001 From: Alexander Strasser Date: Sun, 31 Jul 2005 09:39:02 +0000 Subject: [PATCH] Fix name clash when building in mingw environment. Originally committed as revision 4484 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 1b052b6b26..e43edd2cc5 100755 --- a/configure +++ b/configure @@ -806,7 +806,7 @@ if test "$mingw32" = "yes" ; then ffserver="no" network="no" LIBPREF="" - LIBSUF=".lib" + LIBSUF=".a" SLIBPREF="" SLIBSUF=".dll" EXESUF=".exe"