summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2002-11-02Remove any desktop ref.Daniel Caujolle-Bert
CVS patchset: 3152 CVS date: 2002/11/02 19:58:57
2002-11-02Fixed output for -mcpu/-march.Stephen Torri
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
2002-10-31dxr3 should compile without libfame and librte, try to fix configure checkingMichael Roitzsch
CVS patchset: 3109 CVS date: 2002/10/31 10:43:05
2002-10-29Disable pgx64 video_out plugin on Solaris x86 (it contains inline SPARCJuergen Keil
assember code) CVS patchset: 3096 CVS date: 2002/10/29 20:56:32
2002-10-29move ffmpeg define to configure.acMiguel Freitas
CVS patchset: 3091 CVS date: 2002/10/29 16:30:07
2002-10-28AC_PROG_EGREP introduces a dependancy on autoconf 2.54, removed. Just useJuergen Keil
egrep. CVS patchset: 3074 CVS date: 2002/10/28 14:03:59
2002-10-28- Use AC_PROG_EGREP to search for a working 'egrep', and use $EGREP in theJuergen Keil
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
2002-10-27initial support for RealAudio (*.ra) filesMike Melanson
CVS patchset: 3045 CVS date: 2002/10/27 18:00:29
2002-10-26Added configure check to determine which inline method to use (AC_C_INLINE)Stephen Torri
CVS patchset: 3001 CVS date: 2002/10/26 03:49:46
2002-10-25fix wrong autoconf version in commentaryMichael Roitzsch
CVS patchset: 2996 CVS date: 2002/10/25 15:33:47
2002-10-23try gnu89Guenter Bartsch
CVS patchset: 2968 CVS date: 2002/10/23 17:13:09
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