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
ffserver="no"
network="no"
LIBPREF=""
LIBSUF=".lib"
LIBSUF=".a"
SLIBPREF=""
SLIBSUF=".dll"
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