comparison configure @ 3901:f958e84716f0

they aren't required more
author alex
date Sun, 30 Dec 2001 19:11:11 +0000
parents 2809a96ad23b
children 9c4a5c4e00b1
comparison
equal deleted inserted replaced
3900:80d0864322b9 3901:f958e84716f0
2410 fi 2410 fi
2411 2411
2412 # mencoder requires (optional) those libs: libmp3lame and divx4linux encore 2412 # mencoder requires (optional) those libs: libmp3lame and divx4linux encore
2413 if test "$_mencoder" != no ; then 2413 if test "$_mencoder" != no ; then
2414 2414
2415 echocheck "libmp3lame (required for mencoder)" 2415 echocheck "libmp3lame (for mencoder)"
2416 _mp3lame=no 2416 _mp3lame=no
2417 cat > $TMPC <<EOF 2417 cat > $TMPC <<EOF
2418 #include <lame/lame.h> 2418 #include <lame/lame.h>
2419 int main(void) { (void) lame_init(); return 0; } 2419 int main(void) { (void) lame_init(); return 0; }
2420 EOF 2420 EOF
2426 else 2426 else
2427 _def_mp3lame='#undef HAVE_MP3LAME' 2427 _def_mp3lame='#undef HAVE_MP3LAME'
2428 fi 2428 fi
2429 echores "$_mp3lame" 2429 echores "$_mp3lame"
2430 2430
2431 echocheck "Divx4linux encore (required for mencoder)" 2431 echocheck "Divx4linux encore (for mencoder)"
2432 _divx4linux_encore=no 2432 _divx4linux_encore=no
2433 cat > $TMPC <<EOF 2433 cat > $TMPC <<EOF
2434 #include <encore2.h> 2434 #include <encore2.h>
2435 int main(void) { (void) encore(0, 0, 0, 0); return 0; } 2435 int main(void) { (void) encore(0, 0, 0, 0); return 0; }
2436 EOF 2436 EOF
2806 /* Define for using new DivX4Linux library, instead of open-source OpenDivX */ 2806 /* Define for using new DivX4Linux library, instead of open-source OpenDivX */
2807 /* You have to change DECORE_LIBS in config.mak too! */ 2807 /* You have to change DECORE_LIBS in config.mak too! */
2808 $_def_decore 2808 $_def_decore
2809 2809
2810 /* Indicates if Divx4linux encore is available 2810 /* Indicates if Divx4linux encore is available
2811 Note: REQUIRED for mencoder */ 2811 Note: for mencoder */
2812 $_def_encore 2812 $_def_encore
2813 2813
2814 /* Indicates if libmp3lame is available 2814 /* Indicates if libmp3lame is available
2815 Note: REQUIRED for mencoder */ 2815 Note: for mencoder */
2816 $_def_mp3lame 2816 $_def_mp3lame
2817 2817
2818 /* Define libmp1e */ 2818 /* Define libmp1e */
2819 $_def_mp1e 2819 $_def_mp1e
2820 2820