diff libvo/vo_gl.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 4876c89bafdd
line wrap: on
line diff
--- a/libvo/vo_gl.c	Wed Jul 30 12:03:30 2008 +0000
+++ b/libvo/vo_gl.c	Wed Jul 30 13:44:59 2008 +0000
@@ -13,7 +13,7 @@
 
 #include "gl_common.h"
 #include "aspect.h"
-#ifdef HAVE_NEW_GUI
+#ifdef CONFIG_GUI
 #include "gui/interface.h"
 #endif
 #include "fastmemcpy.h"
@@ -459,7 +459,7 @@
   int_pause = 0;
   vo_flipped = !!(flags & VOFLAG_FLIPPING);
 
-#ifdef HAVE_NEW_GUI
+#ifdef CONFIG_GUI
   if (use_gui) {
     // GUI creates and manages window for us
     guiGetEvent(guiSetShVideo, 0);