Age | Commit message (Collapse) | Author |
|
CVS patchset: 2957
CVS date: 2002/10/23 10:03:11
|
|
AC_CFLAGS variable of their Makefile.am for the directory.
CVS patchset: 2943
CVS date: 2002/10/22 23:50:15
|
|
*** BEWARE ****
This causes more warnings and other things ignore by the compiler before
to appear. In some cases will cause a build to stop because of a previously
unseen problem.
CVS patchset: 2904
CVS date: 2002/10/22 04:20:03
|
|
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
|
|
changes as needed. Inspired by Matthias Martin.
CVS patchset: 2851
CVS date: 2002/10/18 16:44:01
|
|
CVS patchset: 2818
CVS date: 2002/10/12 19:18:48
|
|
- OpenGL header GL/gl.h is checked to see if its exists with wrong
header name (GL/GL.h). Test failed despite the file required by
src/video_out/video_out_opengl.c was GL/gl.h
- Ascii-Art library version incorrect. Required version is 1.4
(contains aalib-config)
m4/aa.m4:
- Changed aalib version to 1.4
src/audio_out/Makefile.am:
src/demuxers/Makefile.am:
src/dxr3/Makefile.am:
src/input/Makefile.am:
src/input/libdvdnav/Makefile.am:
src/input/libdvdread/Makefile.am:
src/libffmpeg/libavcodec/Makefile.am:
src/libffmpeg/libavcodec/i386/Makefile.am:
src/libffmpeg/libavcodec/mlib/Makefile.am:
src/libmad/Makefile.am:
src/libmpeg2/Makefile.am:
src/libvorbis/Makefile.am:
src/libw32dll/Makefile.am:
src/libw32dll/wine/Makefile.am:
src/libxineadec/Makefile.am:
src/libxvid/Makefile.am:
src/video_out/Makefile.am:
src/video_out/libdha/Makefile.am:
src/video_out/vidix/Makefile.am:
src/xine-engine/Makefile.am:
src/xine-utils/Makefile.am:
- Removed @CFLAGS@ from all AM_CFLAGS. @CFLAGS@ are added in Makefile.in.
Adding it here was redundant. Thanks to Mike and others for pointing this
out.
CVS patchset: 2805
CVS date: 2002/10/09 05:13:38
|
|
the system has vsscanf)
- Check for sys/mixer.h header file (Solaris8 and newer; for the sun audio
output plugin)
CVS patchset: 2798
CVS date: 2002/10/07 14:06:18
|
|
CVS patchset: 2790
CVS date: 2002/10/06 00:47:51
|
|
CVS patchset: 2781
CVS date: 2002/10/04 05:05:57
|
|
CVS patchset: 2749
CVS date: 2002/09/26 13:35:26
|
|
CVS patchset: 2748
CVS date: 2002/09/25 13:48:32
|
|
by adding -I $(prefix)/share/aclocal to the XINE_ACFLAGS.
CVS patchset: 2746
CVS date: 2002/09/25 01:54:26
|
|
CVS patchset: 2739
CVS date: 2002/09/22 14:25:11
|
|
- first attempt to solve the skin problem
CVS patchset: 2722
CVS date: 2002/09/20 15:52:21
|
|
called AS. Don't use standard AM_PROG_AS, but our modified version (!x86
builder, report failure please).
CVS patchset: 2721
CVS date: 2002/09/20 15:05:59
|
|
CVS patchset: 2710
CVS date: 2002/09/19 20:59:21
|