comparison configure @ 33642:20cf5b01802a

configure: Set correct libav* (S)LIBNAME in config.mak.
author diego
date Sun, 26 Jun 2011 14:16:38 +0000
parents 44d797e4d8e3
children 311468e8af65
comparison
equal deleted inserted replaced
33641:44d797e4d8e3 33642:20cf5b01802a
8167 8167
8168 CONFIG_STATIC = yes 8168 CONFIG_STATIC = yes
8169 SRC_PATH = . 8169 SRC_PATH = .
8170 LIBPREF = lib 8170 LIBPREF = lib
8171 LIBSUF = .a 8171 LIBSUF = .a
8172 LIBNAME = \$(LIBPREF)\$(NAME)\$(LIBSUF)
8173 FULLNAME = \$(NAME)\$(BUILDSUF) 8172 FULLNAME = \$(NAME)\$(BUILDSUF)
8173 LIBNAME = \$(LIBPREF)\$(FULLNAME)\$(LIBSUF)
8174 SLIBNAME = \$(SLIBPREF)\$(FULLNAME)\$(SLIBSUF)
8174 8175
8175 # Some FFmpeg codecs depend on these. Enable them unconditionally for now. 8176 # Some FFmpeg codecs depend on these. Enable them unconditionally for now.
8176 CONFIG_AANDCT = yes 8177 CONFIG_AANDCT = yes
8177 CONFIG_DCT = yes 8178 CONFIG_DCT = yes
8178 CONFIG_DWT = yes 8179 CONFIG_DWT = yes