diff libvo/vo_xvidix.c @ 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 5fe6a8adf569
children 6b0875706a22
line wrap: on
line diff
--- a/libvo/vo_xvidix.c	Sun Aug 03 20:17:46 2008 +0000
+++ b/libvo/vo_xvidix.c	Mon Aug 04 06:16:23 2008 +0000
@@ -22,7 +22,7 @@
 #include <X11/Xutil.h>
 //#include <X11/keysym.h>
 
-#ifdef HAVE_XINERAMA
+#ifdef CONFIG_XINERAMA
 #include <X11/extensions/Xinerama.h>
 #endif
 
@@ -124,7 +124,7 @@
     vo_dwidth = drwWidth;
     vo_dheight = drwHeight;
 
-#ifdef HAVE_XINERAMA
+#ifdef CONFIG_XINERAMA
     if (XineramaIsActive(mDisplay))
     {
         XineramaScreenInfo *screens;