summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStephen Torri <storri@users.sourceforge.net>2002-10-20 02:17:36 +0000
committerStephen Torri <storri@users.sourceforge.net>2002-10-20 02:17:36 +0000
commit07803fea4ffca299c39a7e427521614e96519c69 (patch)
tree0f9b96f3d9b480eaadbdbf5294f1d52037485261 /include
parent0710ff792af82006ee882d46e3f48fdf8da99dc7 (diff)
downloadxine-lib-07803fea4ffca299c39a7e427521614e96519c69.tar.gz
xine-lib-07803fea4ffca299c39a7e427521614e96519c69.tar.bz2
AUTHORS:
Added myself to AUTHORS configure.ac: Removed a '-O' flag from DEBUG_CFLAGS when its initialized. The flag is added later depending on architecture of CPU. include/xine.h.in: src/xine-utils/Makefile.am: src/xine-utils/xine_check.h: src/xine-utils/xine_check.c: misc/xine-config.in: Moved some of the system checks from xine-config.in to xine_check.c. Now some of the checks are written in C instead of shell script. This is the first beta/bleeding edge/kick the tires/it might break for you version. It works for me (Intel P3). It will report to the stdout your kernel version, MTRR (x86) architecture only (depends on kernel), symbolic link for CDROM is ok, symbolic link for DVD is ok, and if environment variable "DISPLAY" is set. It will later support telling if DMA is turned on for IDE based DVD drives (Need help here - see below) and XVinfo. DMA: <HELP REQUIRED>: DMA is successfully check but I cannot determine that from the /dev/dvd symbolic link for those DVD drives that need to use the ide-scsi module (e.g. My DVD/CDRW). I can verify DMA is set if I hard code the link into the code (obviously not a prime choice). So if any solutions are known please pass them along. misc/Makefile.am: misc/xine-config.in: src/xine-engine/Makefile.am: Removed xine_logo information from xine-lib. Please let me know if I missed anyting. CVS patchset: 2869 CVS date: 2002/10/20 02:17:36
Diffstat (limited to 'include')
-rw-r--r--include/xine.h.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/xine.h.in b/include/xine.h.in
index f36bbde5f..4c96d253e 100644
--- a/include/xine.h.in
+++ b/include/xine.h.in
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: xine.h.in,v 1.21 2002/10/19 21:23:52 guenter Exp $
+ * $Id: xine.h.in,v 1.22 2002/10/20 02:17:36 storri Exp $
*
* public xine-lib (libxine) interface and documentation
*
@@ -612,6 +612,8 @@ typedef struct {
* xine-config stuff
*/
+int xine_health_check(void);
+
/*
* config entry data types
*/