Skip to content
Snippets Groups Projects
Commit d6a07a13 authored by Diego Biurrun's avatar Diego Biurrun
Browse files

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
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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