Age | Commit message (Collapse) | Author |
|
CVS patchset: 3152
CVS date: 2002/11/02 19:58:57
|
|
Added -O flag for debug build.
Unable to get AC_TRY_FLAGS to accept -msse and -mmmx. Did not put them in
the file. Help on this would be appreciated.
CVS patchset: 3132
CVS date: 2002/11/02 02:54:52
|
|
CVS patchset: 3109
CVS date: 2002/10/31 10:43:05
|
|
assember code)
CVS patchset: 3096
CVS date: 2002/10/29 20:56:32
|
|
CVS patchset: 3091
CVS date: 2002/10/29 16:30:07
|
|
egrep.
CVS patchset: 3074
CVS date: 2002/10/28 14:03:59
|
|
configure script
- xine-lib was installing static versions of the plugin modules in the default
configuration, which seems like a waste of time and space.
default to '--disable-static'
- Use the new AC_PROG_LIBTOOL_SANITYCHECK macro from _xine.m4, to work around
libtool problems on solaris with GCC + system linker
- build xine-plugins with a minimal dynamic linker symbol table, using a
libtool symbol filter. An xine plugin only needs to export
'xine_plugin_info', and nothing else
- xine-lib needs ngettext, for "plural forms" support. Check that with
AM_GNU_GETTEXT's need-ngettext parameter
- verify that the system's msgfmt command is able to compile message files
with "plural forms". Reject the one from GNU gettext 0.10.35.
CVS patchset: 3071
CVS date: 2002/10/28 13:25:31
|
|
CVS patchset: 3045
CVS date: 2002/10/27 18:00:29
|
|
CVS patchset: 3001
CVS date: 2002/10/26 03:49:46
|
|
CVS patchset: 2996
CVS date: 2002/10/25 15:33:47
|
|
CVS patchset: 2968
CVS date: 2002/10/23 17:13:09
|
|
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
|