[MPlayer-cvslog] r33804 - trunk/configure
diego
subversion at mplayerhq.hu
Mon Jul 4 02:36:06 CEST 2011
Author: diego
Date: Mon Jul 4 02:36:05 2011
New Revision: 33804
Log:
configure: Add a fake version number to SLIBNAME_WITH_MAJOR in config.mak.
Without it, target names clash and Make generates warnings.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Sun Jul 3 11:46:18 2011 (r33803)
+++ trunk/configure Mon Jul 4 02:36:05 2011 (r33804)
@@ -8144,7 +8144,7 @@ LIBNAME = \$(LIBPREF)\$(FULLNAME)\
# 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
More information about the MPlayer-cvslog
mailing list