[MPlayer-cvslog] r26396 - trunk/configure

diego subversion at mplayerhq.hu
Fri Apr 11 12:51:37 CEST 2008


Author: diego
Date: Fri Apr 11 12:51:36 2008
New Revision: 26396

Log:
Add GUI_GTK make variable.


Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Fri Apr 11 12:51:36 2008
@@ -7291,6 +7291,7 @@ if test "$_gui" = yes ; then
   test "$_freetype" = no && test "$_bitmap_font" = no && \
     die "The GUI requires either FreeType or bitmap font support."
 if ! win32 ; then
+  _gui_gtk=yes
   test "$_x11" != yes && die "X11 support required for GUI compilation."
 
   echocheck "XShape extension"
@@ -7837,6 +7838,7 @@ HAVE_VIS   = $_vis
 
 # --- GUI stuff ---
 GUI = $_gui
+GUI_GTK = $_gui_gtk
 GUI_WIN32 = $_gui_win32
 
 # --- libvo stuff ---



More information about the MPlayer-cvslog mailing list