Mercurial > mplayer.hg
changeset 33684:e86e784f5f62
configure: Add SLIBNAME_WITH_MAJOR to config.mak to avoid Make warnings.
author | diego |
---|---|
date | Wed, 29 Jun 2011 10:48:55 +0000 |
parents | 1ad3fde39a9a |
children | ca6c9a80a062 |
files | configure |
diffstat | 1 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Wed Jun 29 10:25:02 2011 +0000 +++ b/configure Wed Jun 29 10:48:55 2011 +0000 @@ -8156,7 +8156,11 @@ 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