diff libvo/vo_xv.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 0f7770b2230d
children d58d06eafe83
line wrap: on
line diff
--- a/libvo/vo_xv.c	Wed Jul 30 12:03:30 2008 +0000
+++ b/libvo/vo_xv.c	Wed Jul 30 13:44:59 2008 +0000
@@ -41,7 +41,7 @@
 
 #include "input/input.h"
 
-#ifdef HAVE_NEW_GUI
+#ifdef CONFIG_GUI
 #include "gui/interface.h"
 #endif
 
@@ -224,7 +224,7 @@
             return -1;
     }
 
-#ifdef HAVE_NEW_GUI
+#ifdef CONFIG_GUI
     if (use_gui)
         guiGetEvent(guiSetShVideo, 0);  // let the GUI to setup/resize our window
     else