summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-05-16 18:06:28 +0000
committerDiego Biurrun <diego@biurrun.de>2006-05-16 18:06:28 +0000
commitb29bddab345dc38edaf8820203d20501edc7a410 (patch)
tree6a50dd99e8d49a2720c2f638816696a85523e180
parent2d974017b03503c09082eff5558c3b2606dbcdaf (diff)
Simplify SLIBNAME_WITH_VERSION and SLIBNAME_WITH_MAJOR.
Originally committed as revision 5388 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index f491f2aaa7..6ff78db307 100755
--- a/configure
+++ b/configure
@@ -244,8 +244,8 @@ LIB='$(LIBPREF)$(NAME)$(LIBSUF)'
SLIBPREF="lib"
SLIBSUF=".so"
SLIBNAME='$(SLIBPREF)$(NAME)$(SLIBSUF)'
-SLIBNAME_WITH_VERSION='$(SLIBPREF)$(NAME)$(SLIBSUF).$(LIBVERSION)'
-SLIBNAME_WITH_MAJOR='$(SLIBPREF)$(NAME)$(SLIBSUF).$(LIBMAJOR)'
+SLIBNAME_WITH_VERSION='$(SLIBNAME).$(LIBVERSION)'
+SLIBNAME_WITH_MAJOR='$(SLIBNAME).$(LIBMAJOR)'
EXESUF=""
BUILDSUF=""
amr_nb="no"