summaryrefslogtreecommitdiff
path: root/src/xine-utils
diff options
context:
space:
mode:
authorRobin KAY <komadori@users.sourceforge.net>2002-11-02 04:31:06 +0000
committerRobin KAY <komadori@users.sourceforge.net>2002-11-02 04:31:06 +0000
commitca2af66c93c2a86f27ca645d92148faca797708c (patch)
tree7efa8096c03a21c4b635436834d8b72e4ebc03ed /src/xine-utils
parent67b1741dbb60ea480e1a326fbec6141d98932d78 (diff)
downloadxine-lib-ca2af66c93c2a86f27ca645d92148faca797708c.tar.gz
xine-lib-ca2af66c93c2a86f27ca645d92148faca797708c.tar.bz2
Fixed support for 8 bit colour in pgx64. Changed xine_check only to include Xv headers on Linux. Added pgx64 to ChangeLog. Made AUTHORS pretty again.
CVS patchset: 3139 CVS date: 2002/11/02 04:31:06
Diffstat (limited to 'src/xine-utils')
-rw-r--r--src/xine-utils/xine_check.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xine-utils/xine_check.c b/src/xine-utils/xine_check.c
index cf867d910..f14d7f795 100644
--- a/src/xine-utils/xine_check.c
+++ b/src/xine-utils/xine_check.c
@@ -36,7 +36,6 @@
#include "xine_check.h"
#include "xineutils.h"
#include <X11/Xlib.h>
-#include <X11/extensions/Xvlib.h>
#include <sys/stat.h>
#include <sys/ioctl.h>
#include <sys/utsname.h>
@@ -47,6 +46,7 @@
#if defined(__linux__)
#include <linux/major.h>
#include <linux/hdreg.h>
+#include <X11/extensions/Xvlib.h>
xine_health_check_t*
xine_health_check (xine_health_check_t* hc) {