summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2002-10-23changed (gnu) "grep -E" -> "egrep"; this works on solaris, tooJuergen Keil
CVS patchset: 2957 CVS date: 2002/10/23 10:03:11
2002-10-22Changed -ansi so that the developer must include @ANSI_FLAGS@ in their ↵Stephen Torri
AC_CFLAGS variable of their Makefile.am for the directory. CVS patchset: 2943 CVS date: 2002/10/22 23:50:15
2002-10-22Added -ansi to the compile flags of gcc compilers.Stephen Torri
*** 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
2002-10-20AUTHORS:Stephen Torri
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
2002-10-18Do some checking in configure about necessary paths and advise users to doMichael Roitzsch
changes as needed. Inspired by Matthias Martin. CVS patchset: 2851 CVS date: 2002/10/18 16:44:01
2002-10-12added GSM 6.10 audio decoderMike Melanson
CVS patchset: 2818 CVS date: 2002/10/12 19:18:48
2002-10-09configure.ac:Stephen Torri
- 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
2002-10-07- Check for vsscanf (needed inside libw32dll, use the version from libc ifJuergen Keil
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
2002-10-06preliminary attempt at a RealMedia file demuxerMike Melanson
CVS patchset: 2790 CVS date: 2002/10/06 00:47:51
2002-10-04initial commit for YUV4MPEG2 file demuxerMike Melanson
CVS patchset: 2781 CVS date: 2002/10/04 05:05:57
2002-09-26we need libdvdnav 0.1.4Michael Roitzsch
CVS patchset: 2749 CVS date: 2002/09/26 13:35:26
2002-09-25Fixing macro name to use AM_PROG_AS_MOD instead of AM_PROG_ASStephen Torri
CVS patchset: 2748 CVS date: 2002/09/25 13:48:32
2002-09-25Added ability for xine-config.in to determine location of xine.m4Stephen Torri
by adding -I $(prefix)/share/aclocal to the XINE_ACFLAGS. CVS patchset: 2746 CVS date: 2002/09/25 01:54:26
2002-09-22my hobby...Michael Roitzsch
CVS patchset: 2739 CVS date: 2002/09/22 14:25:11
2002-09-20- fix problem with HAVE_IP_MREQNMichael Roitzsch
- first attempt to solve the skin problem CVS patchset: 2722 CVS date: 2002/09/20 15:52:21
2002-09-20Fix libtool problem. automake 1.5 and libtool 1.4.2 seems hate their childDaniel Caujolle-Bert
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
2002-09-19Adding missing autoconf files that missed the last commitStephen Torri
CVS patchset: 2710 CVS date: 2002/09/19 20:59:21