Set custom SLIBNAME_WITH_MAJOR and SLIBNAME_WITH_VERSION for MinGW.

Originally committed as revision 5860 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Diego Biurrun 19 years ago
parent 7ea3b2e00e
commit d6a07a130d
  1. 2
      configure

2
configure vendored

@ -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

Loading…
Cancel
Save