diff 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
line wrap: on
line diff
--- a/configure	Tue Jan 15 16:35:17 2002 +0000
+++ b/configure	Tue Jan 15 17:03:19 2002 +0000
@@ -2507,6 +2507,12 @@
 
 fi
 
+echocheck "mencoder"
+_mencoder_flag='#undef HAVE_MENCODER'
+if test "$_mencoder" = yes ; then
+  _mencoder_flag='#define HAVE_MENCODER'
+fi
+echores "$_mencoder"
 
 echocheck "lirc"
 if test "$_lirc" = auto ; then
@@ -2883,6 +2889,9 @@
 /* You have to change DECORE_LIBS in config.mak too! */
 $_def_decore
 
+/* If build mencoder */
+$_mencoder_flag
+
 /* Indicates if Divx4linux encore is available
    Note: for mencoder */
 $_def_encore