# HG changeset patch # User diego # Date 1309344535 0 # Node ID e86e784f5f622d2132c3ee5972a5b639cd22b13b # Parent 1ad3fde39a9ae14f78153d2aacd1aa7df5641aa8 configure: Add SLIBNAME_WITH_MAJOR to config.mak to avoid Make warnings. diff -r 1ad3fde39a9a -r e86e784f5f62 configure --- 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