[prev in list] [next in list] [prev in thread] [next in thread] 

List:       helix-video-cvs
Subject:    [Video-cvs] sitelib/pub/platform/unix unixsurf.h,1.5,1.6
From:       lovish () helixcommunity ! org
Date:       2007-02-26 10:22:22
Message-ID: 200702261022.l1QAMUPY011354 () mailer ! progressive-comp ! com
[Download RAW message or body]

Update of /cvsroot/video/sitelib/pub/platform/unix
In directory cvs01.internal.helixcommunity.org:/tmp/cvs-serv22767

Modified Files:
	unixsurf.h 
Log Message:

This change adds a check using the define USE_XWINDOWS as a check for X11 headers


Index: unixsurf.h
===================================================================
RCS file: /cvsroot/video/sitelib/pub/platform/unix/unixsurf.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- unixsurf.h	11 Mar 2005 19:58:09 -0000	1.5
+++ unixsurf.h	26 Feb 2007 10:22:20 -0000	1.6
@@ -53,12 +53,14 @@
 #include "basesurf.h"
 #include "baseroot.h"
 
+#if defined(USE_XWINDOWS)
 #include <X11/Xatom.h>
 #include <X11/Xlib.h>
 #include <X11/Xutil.h>
 #include <X11/Xos.h>
 #include <X11/Intrinsic.h>
 #include <X11/extensions/XShm.h>
+#endif
 
 //This was never added to the XShm.h header file for some reason.
 extern "C"
@@ -67,7 +69,7 @@
 }
 
 
-#if defined(_LINUX) && defined(_OVERLAY)
+#if defined(USE_XWINDOWS) && defined(_OVERLAY)
 #  include <X11/extensions/Xv.h>
 #  include <X11/extensions/Xvlib.h>
 #endif


_______________________________________________
Video-cvs mailing list
Video-cvs@helixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/video-cvs

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic