[PATCH qxl 2/2] Only include Xv headers if server supports it
Yaakov (Cygwin/X)
yselkowitz at users.sourceforge.net
Fri Sep 28 12:23:49 PDT 2012
From: Yaakov Selkowitz <yselkowitz at users.sourceforge.net>
Signed-off-by: Yaakov Selkowitz <yselkowitz at users.sourceforge.net>
---
src/qxl.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/qxl.h b/src/qxl.h
index 8494550..2583c72 100644
--- a/src/qxl.h
+++ b/src/qxl.h
@@ -37,7 +37,9 @@
#endif
#include "xf86Cursor.h"
#include "xf86_OSproc.h"
+#ifdef XV
#include "xf86xv.h"
+#endif
#include "xf86Crtc.h"
#include "shadow.h"
#include "micmap.h"
--
1.7.9
More information about the xorg-devel
mailing list