[MPlayer-cvslog] r33772 - trunk/configure

diego subversion at mplayerhq.hu
Wed Jun 29 12:48:55 CEST 2011


Author: diego
Date: Wed Jun 29 12:48:55 2011
New Revision: 33772

Log:
configure: Add SLIBNAME_WITH_MAJOR to config.mak to avoid Make warnings.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Wed Jun 29 12:25:02 2011	(r33771)
+++ trunk/configure	Wed Jun 29 12:48:55 2011	(r33772)
@@ -8156,7 +8156,11 @@ LIBPREF       = lib
 LIBSUF        = .a
 FULLNAME      = \$(NAME)\$(BUILDSUF)
 LIBNAME       = \$(LIBPREF)\$(FULLNAME)\$(LIBSUF)
-SLIBNAME      = \$(SLIBPREF)\$(FULLNAME)\$(SLIBSUF)
+
+# 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)
 
 # Some FFmpeg codecs depend on these. Enable them unconditionally for now.
 CONFIG_AANDCT  = yes


More information about the MPlayer-cvslog mailing list