summaryrefslogtreecommitdiff
path: root/m4/xine.m4
AgeCommit message (Collapse)Author
2007-03-29Replace obsolete macros (processing done by autoupdate).Darren Salt
Some tests were rearranged (AC_TRY_LINK moved out of AC_TRY_RUN cross-compilation case, with arrangements to maintain the semantics) to avoid autoupdate errors. Factored out common (duplicate) code in aa.m4. Tested with autoconf 2.61; needs testing with 2.60. CVS patchset: 8767 CVS date: 2007/03/29 18:23:36
2007-03-26Use AS_HELP_STRING instead of the deprecated AC_HELP_STRING.Darren Salt
CVS patchset: 8751 CVS date: 2007/03/26 14:21:10
2005-11-28*BUGFIX*František Dvořák
Improved cross-compiling: detect and precedence of the host-specific libs W32dll: enabled by platforms as originaly, user can override it Fixed shell errors in the Makefile of the hackersguide Detect the place of SDL header independently on platform Fixed spelling in CDDA, include the header sys/param.h if available Fixed format strings (fix warnings (or even bugs) on Gentoo/FreeBSD) CVS patchset: 7815 CVS date: 2005/11/28 12:24:56
2005-08-25*BUGFIX*František Dvořák
Windows ports fixes and improvements due to my current work on toxine: - first experiments with external win32 pthreads, more portable code (pthread_t may be a struct) - headers refactored - moved dirent win32 replacement to lib/, hide it for frontends, used system version, if found, not used non-POSIX dirent->d_reclen (this item doesn't work in MinGW), fix memleak in dvb - separated settings for postproc and avcodec when using external ffmpeg - check for malloc.h in public xine.m4, used it conditionally in xine headers - replaced random() by POSIX more common rand() - prevent one segfault in directx vo plugin, if fails - M$VC port update CVS patchset: 7709 CVS date: 2005/08/25 15:36:29
2004-03-05properly use AC_HELP_STRING, properly use $enableval for AC_ARG_ENABLEMichael Roitzsch
CVS patchset: 6217 CVS date: 2004/03/05 16:34:32
2002-12-31Put AC_CHECK_FUNCS([strsep strpbrk setenv]) in xine.m4Robin KAY
CVS patchset: 3738 CVS date: 2002/12/31 22:17:14
2002-11-02Remove any desktop ref.Daniel Caujolle-Bert
CVS patchset: 3152 CVS date: 2002/11/02 19:58:57
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-09-25export ACFLAGS tooMichael Roitzsch
CVS patchset: 2747 CVS date: 2002/09/25 12:47:49
2002-09-20first attempt to solve skin problemMichael Roitzsch
CVS patchset: 2723 CVS date: 2002/09/20 15:53:24
2002-09-10add $xine_logo_mrl var.Daniel Caujolle-Bert
CVS patchset: 2649 CVS date: 2002/09/10 14:47:15
2001-12-28Fixed typo.Daniel Caujolle-Bert
CVS patchset: 1317 CVS date: 2001/12/28 02:55:57
2001-12-27Add intl support + more logging messages.Daniel Caujolle-Bert
CVS patchset: 1308 CVS date: 2001/12/27 14:30:28
2001-11-26Add autoconf 2.5x patch from Bernhard Rosenkraenzer <bero@redhat.de>.Daniel Caujolle-Bert
CVS patchset: 1119 CVS date: 2001/11/26 21:07:49
2001-10-13Fix of strdup() using without proto by Jeff Licquia <jlicquia@progeny.com>.Daniel Caujolle-Bert
CVS patchset: 791 CVS date: 2001/10/13 12:14:20
2001-10-05Fixed $DESTDIR, use it for rpms generation. Update xine.h for audio cap/props.Daniel Caujolle-Bert
CVS patchset: 738 CVS date: 2001/10/05 13:41:53
2001-09-27Add desktop stuff from patches by Miguel Freitas <miguel@cetuc.puc-rio.br>Daniel Caujolle-Bert
Fixed xine.m4 installation from Andrew Meredith <andrew@anvil.org> CVS patchset: 705 CVS date: 2001/09/27 21:31:03
2001-08-07Change message for xine-lib checking.Daniel Caujolle-Bert
CVS patchset: 394 CVS date: 2001/08/07 08:32:43
2001-04-26add --skindir and --plugindir to xine-config script (needed). defineDaniel Caujolle-Bert
two new var in xine.m4, xine_skin_dir and xine_plugin_dir, and it's related to the previous change. CVS patchset: 31 CVS date: 2001/04/26 23:00:58
2001-04-24fixed buffer.c and more cleanupsGuenter Bartsch
CVS patchset: 19 CVS date: 2001/04/24 15:47:32
2001-04-19Get rid of xine.h inclusion. Fix xine.h.tmpl.in, inttypes.h wasDaniel Caujolle-Bert
unincluded. Fix xine.m4 to reflect the new xine.h location. CVS patchset: 6 CVS date: 2001/04/19 09:46:57
2001-04-18Initial revisionDaniel Caujolle-Bert
CVS patchset: 1 CVS date: 2001/04/18 22:33:39