Skip to content
Snippets Groups Projects
Commit 463c5a26 authored by Alexander Strasser's avatar Alexander Strasser
Browse files

Fix name clash when building in mingw environment.

Originally committed as revision 4484 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent efbc614d
No related branches found
No related tags found
No related merge requests found
...@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment