diff libvo/x11_common.h @ 27377:d58d06eafe83

Change a bunch of X11-specific preprocessor directives. Switch from a HAVE_ prefix to a CONFIG_ prefix.
author diego
date Mon, 04 Aug 2008 06:16:23 +0000
parents 7a650839fc10
children 2c11b155ff11
line wrap: on
line diff
--- a/libvo/x11_common.h	Sun Aug 03 20:17:46 2008 +0000
+++ b/libvo/x11_common.h	Mon Aug 04 06:16:23 2008 +0000
@@ -70,7 +70,7 @@
 extern GC         vo_gc;
 extern XSizeHints vo_hint;
 
-#ifdef HAVE_XV
+#ifdef CONFIG_XV
 //XvPortID xv_port;
 extern unsigned int xv_port;
 
@@ -114,7 +114,7 @@
 void saver_off( Display * );
 void saver_on( Display * );
 
-#ifdef HAVE_XF86VM
+#ifdef CONFIG_XF86VM
 void vo_vm_switch(uint32_t, uint32_t, int*, int*);
 void vo_vm_close(Display*);
 #endif