diff options
author | Stephen Torri <storri@users.sourceforge.net> | 2002-11-10 20:35:50 +0000 |
---|---|---|
committer | Stephen Torri <storri@users.sourceforge.net> | 2002-11-10 20:35:50 +0000 |
commit | f666befbbf1316d10dce2f00daa921eea604968b (patch) | |
tree | af19a2cb6ed36df1d3570efb63c14b4148c22a3f /src/xine-utils/xine_check.h | |
parent | 37f588c04a2890d2810a6a025f282eec4115822a (diff) | |
download | xine-lib-f666befbbf1316d10dce2f00daa921eea604968b.tar.gz xine-lib-f666befbbf1316d10dce2f00daa921eea604968b.tar.bz2 |
src/video_out/video_out_xv.c:
Cleared up trailing spaces
src/xine-engine/Makefile.am:
libxine should depend on the build libxineutil.
src/xine-utils/Makefile.am:
src/xine-utils/xine_check.c:
src/xine-utils/xine_check.h:
Added checking of support of yuv12
CVS patchset: 3223
CVS date: 2002/11/10 20:35:50
Diffstat (limited to 'src/xine-utils/xine_check.h')
-rw-r--r-- | src/xine-utils/xine_check.h | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/src/xine-utils/xine_check.h b/src/xine-utils/xine_check.h index 150ee3b89..64c72eef1 100644 --- a/src/xine-utils/xine_check.h +++ b/src/xine-utils/xine_check.h @@ -1,7 +1,7 @@ #ifndef XINE_CHECK_H #define XINE_CHECK_H #include <stdio.h> - +#include "xine.h" #define XINE_HEALTH_CHECK_OK 0 #define XINE_HEALTH_CHECK_FAIL 1 @@ -16,23 +16,6 @@ #define CHECK_X 5 #define CHECK_XV 6 -struct xine_health_check_s { - int status; - const char* cdrom_dev; - const char* dvd_dev; - char* msg; -}; - -typedef struct xine_health_check_s xine_health_check_t; - -typedef struct { - FILE *fd; - char *filename; - char *ln; - char buf[256]; -} file_info_t; - - /* * Start checking xine setup here * |