diff libvo/vo_xmga.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 afa125da85cf
children d58d06eafe83
line wrap: on
line diff
--- a/libvo/vo_xmga.c	Wed Jul 30 12:03:30 2008 +0000
+++ b/libvo/vo_xmga.c	Wed Jul 30 13:44:59 2008 +0000
@@ -43,7 +43,7 @@
 static unsigned int timerd = 0;
 #endif
 
-#ifdef HAVE_NEW_GUI
+#ifdef CONFIG_GUI
 #include "gui/interface.h"
 #endif
 
@@ -171,7 +171,7 @@
 
     initialized = 1;
 
-#ifdef HAVE_NEW_GUI
+#ifdef CONFIG_GUI
     if (use_gui)
         guiGetEvent(guiSetShVideo, 0);  // the GUI will set up / resize the window
     else