summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-07-29 22:44:58 +0000
committerDiego Biurrun <diego@biurrun.de>2006-07-29 22:44:58 +0000
commitd6a07a130d5ce62c7a8eafcd9cd914954eef145d (patch)
treedf91d42210b2a15fde18665bdbe589b641154053
parent7ea3b2e00eb07214f69ee5666d52c2c2aba1bb1e (diff)
Set custom SLIBNAME_WITH_MAJOR and SLIBNAME_WITH_VERSION for MinGW.
Originally committed as revision 5860 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 7aa9f56237..c6ec733f43 100755
--- a/configure
+++ b/configure
@@ -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