diff libvo/vo_gl2.c @ 27343:5fe6a8adf569

Rename two GUI-related preprocessor directives: HAVE_NEW_GUI --> CONFIG_GUI, HAVE_GTK2_GUI --> CONFIG_GTK2
author diego
date Wed, 30 Jul 2008 13:44:59 +0000
parents 7a650839fc10
children 53b5cf466361
line wrap: on
line diff
--- a/libvo/vo_gl2.c	Wed Jul 30 12:03:30 2008 +0000
+++ b/libvo/vo_gl2.c	Wed Jul 30 13:44:59 2008 +0000
@@ -17,7 +17,7 @@
 
 #include "gl_common.h"
 #include "aspect.h"
-#ifdef HAVE_NEW_GUI
+#ifdef CONFIG_GUI
 #include "gui/interface.h"
 #endif
 
@@ -542,7 +542,7 @@
 }
 #endif
 
-#ifdef HAVE_NEW_GUI
+#ifdef CONFIG_GUI
 static int config_glx_gui(uint32_t d_width, uint32_t d_height) {
   guiGetEvent( guiSetShVideo,0 ); // the GUI will set up / resize the window
   return 0;
@@ -616,7 +616,7 @@
 
   int_pause = 0;
 
-#ifdef HAVE_NEW_GUI
+#ifdef CONFIG_GUI
   if (use_gui) {
     if (config_glx_gui(d_width, d_height) == -1)
       return -1;