Commit 37d4c609 authored by al's avatar al

Fix name clash when building in mingw environment.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@4484 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 4f153f58
......@@ -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