changeset 33716:80c636fb5753

configure: Add a fake version number to SLIBNAME_WITH_MAJOR in config.mak. Without it, target names clash and Make generates warnings.
author diego
date Mon, 04 Jul 2011 00:36:05 +0000
parents f4264c071f4f
children 6ef02828040f
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Sun Jul 03 09:46:18 2011 +0000
+++ b/configure	Mon Jul 04 00:36:05 2011 +0000
@@ -8144,7 +8144,7 @@
 # These are not necessary for building, since we do not use shared libraries,
 # but without them target names clash, causing Make warnings by the boatload.
 SLIBNAME            = \$(SLIBPREF)\$(FULLNAME)\$(SLIBSUF)
-SLIBNAME_WITH_MAJOR = \$(SLIBNAME)
+SLIBNAME_WITH_MAJOR = \$(SLIBNAME)-42
 
 # Some FFmpeg codecs depend on these. Enable them unconditionally for now.
 CONFIG_AANDCT  = yes