comparison configure @ 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 bcb85e10eff7
children bffd8186ae31
comparison
equal deleted inserted replaced
33683:1ad3fde39a9a 33684:e86e784f5f62
8154 SRC_PATH = . 8154 SRC_PATH = .
8155 LIBPREF = lib 8155 LIBPREF = lib
8156 LIBSUF = .a 8156 LIBSUF = .a
8157 FULLNAME = \$(NAME)\$(BUILDSUF) 8157 FULLNAME = \$(NAME)\$(BUILDSUF)
8158 LIBNAME = \$(LIBPREF)\$(FULLNAME)\$(LIBSUF) 8158 LIBNAME = \$(LIBPREF)\$(FULLNAME)\$(LIBSUF)
8159 SLIBNAME = \$(SLIBPREF)\$(FULLNAME)\$(SLIBSUF) 8159
8160 # These are not necessary for building, since we do not use shared libraries,
8161 # but without them target names clash, causing Make warnings by the boatload.
8162 SLIBNAME = \$(SLIBPREF)\$(FULLNAME)\$(SLIBSUF)
8163 SLIBNAME_WITH_MAJOR = \$(SLIBNAME)
8160 8164
8161 # Some FFmpeg codecs depend on these. Enable them unconditionally for now. 8165 # Some FFmpeg codecs depend on these. Enable them unconditionally for now.
8162 CONFIG_AANDCT = yes 8166 CONFIG_AANDCT = yes
8163 CONFIG_DCT = yes 8167 CONFIG_DCT = yes
8164 CONFIG_DWT = yes 8168 CONFIG_DWT = yes