diff options
author | Alexander Strasser <eclipse7@gmx.net> | 2005-07-31 09:39:02 +0000 |
---|---|---|
committer | Alexander Strasser <eclipse7@gmx.net> | 2005-07-31 09:39:02 +0000 |
commit | 463c5a26bd4c817a84e51595ac98f6a3ad366a21 (patch) | |
tree | 91deb3d6adb09ae58994323252b1b7dd027a4e48 | |
parent | efbc614de0baf71ce2202580f4c9388ec1fe6bd6 (diff) | |
download | ffmpeg-463c5a26bd4c817a84e51595ac98f6a3ad366a21.tar.gz |
Fix name clash when building in mingw environment.
Originally committed as revision 4484 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -806,7 +806,7 @@ if test "$mingw32" = "yes" ; then ffserver="no" network="no" LIBPREF="" - LIBSUF=".lib" + LIBSUF=".a" SLIBPREF="" SLIBSUF=".dll" EXESUF=".exe" |