comparison configure @ 20108:8833560dba2f

Disable linking mplayer with mp3lame when --disable-encoder=mp3lame is passed to configure.
author rathann
date Sun, 08 Oct 2006 14:10:43 +0000
parents 9c0f8660cb3d
children 5deee6e61057
comparison
equal deleted inserted replaced
20107:9c0f8660cb3d 20108:8833560dba2f
6634 cat > $TMPC << EOF 6634 cat > $TMPC << EOF
6635 #include <lame/lame.h> 6635 #include <lame/lame.h>
6636 int main(void) { int p = MEDIUM_FAST; return 0; } 6636 int main(void) { int p = MEDIUM_FAST; return 0; }
6637 EOF 6637 EOF
6638 cc_check $_ld_mp3lame $_ld_lm && _def_mp3lame_preset_medium="#define HAVE_MP3LAME_PRESET_MEDIUM" 6638 cc_check $_ld_mp3lame $_ld_lm && _def_mp3lame_preset_medium="#define HAVE_MP3LAME_PRESET_MEDIUM"
6639 echo $_libavencoders | grep -q mp3lame && _lavc_mp3lame=yes || _lavc_mp3lame=no
6639 else 6640 else
6640 _def_mp3lame='#undef HAVE_MP3LAME' 6641 _def_mp3lame='#undef HAVE_MP3LAME'
6641 fi 6642 fi
6642 echores "$_mp3lame" 6643 echores "$_mp3lame"
6643 6644
7569 X264_LIB = $_ld_x264 7570 X264_LIB = $_ld_x264
7570 LIBNUT = $_nut 7571 LIBNUT = $_nut
7571 NUT_LIB = $_ld_nut 7572 NUT_LIB = $_ld_nut
7572 CONFIG_DTS = $_libdts 7573 CONFIG_DTS = $_libdts
7573 DTS_LIB = $_ld_libdts 7574 DTS_LIB = $_ld_libdts
7574 DECORE_LIB = $_ld_mp3lame
7575 MENCODER = $_mencoder 7575 MENCODER = $_mencoder
7576 ENCORE_LIB = $_ld_mp3lame 7576 MP3LAME_LIB = $_ld_mp3lame
7577 LAVC_MP3LAME = $_lavc_mp3lame
7577 DIRECTFB_LIB = $_ld_directfb 7578 DIRECTFB_LIB = $_ld_directfb
7578 CDDA = $_cdda 7579 CDDA = $_cdda
7579 CDPARANOIA_LIB = $_ld_cdparanoia 7580 CDPARANOIA_LIB = $_ld_cdparanoia
7580 BITMAP_FONT = $_bitmap_font 7581 BITMAP_FONT = $_bitmap_font
7581 FREETYPE = $_freetype 7582 FREETYPE = $_freetype