Fix name clash when building in mingw environment.

Originally committed as revision 4484 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Alexander Strasser 2005-07-31 09:39:02 +00:00
parent efbc614de0
commit 463c5a26bd
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -806,7 +806,7 @@ if test "$mingw32" = "yes" ; then
ffserver="no"
network="no"
LIBPREF=""
LIBSUF=".lib"
LIBSUF=".a"
SLIBPREF=""
SLIBSUF=".dll"
EXESUF=".exe"