comparison configure @ 4176:116abdd0aed1

small gtk bug fix (-display bug, baze gabu, miattad fogok elkarhozni:), and remove gui dependencie in mencoder
author pontscho
date Tue, 15 Jan 2002 17:03:19 +0000
parents 8c17f26ec41a
children e9d5b1b5827b
comparison
equal deleted inserted replaced
4175:8110b321f2ca 4176:116abdd0aed1
2505 fi 2505 fi
2506 echores "$_divx4linux_encore" 2506 echores "$_divx4linux_encore"
2507 2507
2508 fi 2508 fi
2509 2509
2510 echocheck "mencoder"
2511 _mencoder_flag='#undef HAVE_MENCODER'
2512 if test "$_mencoder" = yes ; then
2513 _mencoder_flag='#define HAVE_MENCODER'
2514 fi
2515 echores "$_mencoder"
2510 2516
2511 echocheck "lirc" 2517 echocheck "lirc"
2512 if test "$_lirc" = auto ; then 2518 if test "$_lirc" = auto ; then
2513 _lirc=no 2519 _lirc=no
2514 if test -c /dev/lirc ; then 2520 if test -c /dev/lirc ; then
2880 #define USE_STREAM_CACHE 1 2886 #define USE_STREAM_CACHE 1
2881 2887
2882 /* Define for using new DivX4Linux library, instead of open-source OpenDivX */ 2888 /* Define for using new DivX4Linux library, instead of open-source OpenDivX */
2883 /* You have to change DECORE_LIBS in config.mak too! */ 2889 /* You have to change DECORE_LIBS in config.mak too! */
2884 $_def_decore 2890 $_def_decore
2891
2892 /* If build mencoder */
2893 $_mencoder_flag
2885 2894
2886 /* Indicates if Divx4linux encore is available 2895 /* Indicates if Divx4linux encore is available
2887 Note: for mencoder */ 2896 Note: for mencoder */
2888 $_def_encore 2897 $_def_encore
2889 2898