Commit d6a07a13 authored by Diego Biurrun's avatar Diego Biurrun

Set custom SLIBNAME_WITH_MAJOR and SLIBNAME_WITH_VERSION for MinGW.

Originally committed as revision 5860 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 7ea3b2e0
......@@ -879,6 +879,8 @@ EOF
SLIBPREF=""
SLIBSUF=".dll"
EXESUF=".exe"
SLIBNAME_WITH_VERSION='$(SLIBPREF)$(NAME)-$(LIBVERSION)$(SLIBSUF)'
SLIBNAME_WITH_MAJOR='$(SLIBPREF)$(NAME)-$(LIBMAJOR)$(SLIBSUF)'
if test "$force_prefix" != yes; then PREFIX="$PROGRAMFILES/FFmpeg"; fi
if test "$force_libdir" != yes; then bindir="$PREFIX"; fi
fi
......
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