From 07803fea4ffca299c39a7e427521614e96519c69 Mon Sep 17 00:00:00 2001 From: Stephen Torri Date: Sun, 20 Oct 2002 02:17:36 +0000 Subject: 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: : 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 --- misc/Makefile.am | 6 +----- misc/xine-config.in | 7 ------- 2 files changed, 1 insertion(+), 12 deletions(-) (limited to 'misc') diff --git a/misc/Makefile.am b/misc/Makefile.am index 3213f21df..851c13bd2 100644 --- a/misc/Makefile.am +++ b/misc/Makefile.am @@ -7,11 +7,7 @@ EXTRA_DIST = autogen.sh \ vga.xinefont.gz \ xine-fontconv.c \ xine-lib.spec.in \ - xine-lib.spec \ - xine_logo.mpv - -datadir = $(XINE_DATADIR) -data_DATA = xine_logo.mpv + xine-lib.spec bin_SCRIPTS = xine-config diff --git a/misc/xine-config.in b/misc/xine-config.in index c1ac67532..5abcbaf0e 100644 --- a/misc/xine-config.in +++ b/misc/xine-config.in @@ -19,7 +19,6 @@ Options: [--cflags] [--plugindir] [--datadir] - [--logomrl] [--scriptdir] [--desktopdir] [--localedir] @@ -72,9 +71,6 @@ while test $# -gt 0; do --datadir) echo_datadir=yes ;; - --logomrl) - echo_logomrl=yes - ;; --scriptdir) echo_scriptdir=yes ;; @@ -116,9 +112,6 @@ fi if test "$echo_datadir" = "yes"; then echo "@XINE_DATADIR@" fi -if test "$echo_logomrl" = "yes"; then - echo "file://@XINE_DATADIR@/xine_logo.mpv" -fi if test "$echo_scriptdir" = "yes"; then echo "@XINE_SCRIPTPATH@" fi -- cgit v1.2.3