Commit 463c5a26 authored by Alexander Strasser's avatar Alexander Strasser

Fix name clash when building in mingw environment.

Originally committed as revision 4484 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent efbc614d
...@@ -806,7 +806,7 @@ if test "$mingw32" = "yes" ; then ...@@ -806,7 +806,7 @@ if test "$mingw32" = "yes" ; then
ffserver="no" ffserver="no"
network="no" network="no"
LIBPREF="" LIBPREF=""
LIBSUF=".lib" LIBSUF=".a"
SLIBPREF="" SLIBPREF=""
SLIBSUF=".dll" SLIBSUF=".dll"
EXESUF=".exe" EXESUF=".exe"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment