summaryrefslogtreecommitdiff
path: root/m4
AgeCommit message (Collapse)Author
2002-09-25export ACFLAGS tooMichael Roitzsch
CVS patchset: 2747 CVS date: 2002/09/25 12:47:49
2002-09-21Fix Bison version checking.James Courtier-Dutton
CVS patchset: 2725 CVS date: 2002/09/21 07:46:45
2002-09-20first attempt to solve skin problemMichael Roitzsch
CVS patchset: 2723 CVS date: 2002/09/20 15:53:24
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-19Updated cvscompile.sh to look for configure.acStephen Torri
Replaced configure.in with configure.ac Remove acconfig.h (Unnecessary with autoconf 2.52 or above) Updated configure.ac to remove deprecated macros, upgraded AC_DEFINE to include comments, merged in acconfig.h. Combined libxine and libxineutils into one library. libxineutils is created but not installed. Its statically linked into libxine. Advanced libxine version from 0.2.0 to 1.0.0 Removed references for skins. Plugins now installed to <libdir>/xine/plugins/$XINE_MAJOR.$XINE_MORE. $XINE_SUB Xine-config updated for new location of plugins Sorted file lists in Makefile.am to make them more readable. TODO: remove skins references from xine-config CVS patchset: 2705 CVS date: 2002/09/19 06:01:18
2002-09-10add $xine_logo_mrl var.Daniel Caujolle-Bert
CVS patchset: 2649 CVS date: 2002/09/10 14:47:15
2002-08-11do version checking on libdvdnavMichael Roitzsch
CVS patchset: 2433 CVS date: 2002/08/11 21:49:15
2002-08-09make developers life easier: add possibility to use an existing sharedMichael Roitzsch
version of libdvdnav CVS patchset: 2417 CVS date: 2002/08/09 22:20:38
2002-08-09make developers life easier: add possibility to use an existing sharedMichael Roitzsch
version of libdvdnav CVS patchset: 2415 CVS date: 2002/08/09 22:13:08
2002-07-31Okay, one step back about ngettext, it's no more required.Daniel Caujolle-Bert
CVS patchset: 2375 CVS date: 2002/07/31 22:36:35
2002-07-31Remove (maybe temporary) ngettext check/fallback_macro.Daniel Caujolle-Bert
CVS patchset: 2373 CVS date: 2002/07/31 07:06:04
2002-07-27Fix ngettext usage.Daniel Caujolle-Bert
CVS patchset: 2358 CVS date: 2002/07/27 23:53:55
2002-07-25Include ALSA_CFLAGS in ALSA compile testing (by ValtrI)Philipp Hahn
CVS patchset: 2350 CVS date: 2002/07/25 06:35:59
2002-07-17fix alsa web addressMichael Roitzsch
CVS patchset: 2299 CVS date: 2002/07/17 14:43:54
2002-06-23Let cvs ignore a lot of files that are built.Dennis Björklund
CVS patchset: 2138 CVS date: 2002/06/23 16:18:44
2002-06-20Fix missing files in tarball.Daniel Caujolle-Bert
CVS patchset: 2108 CVS date: 2002/06/20 19:33:07
2002-06-04Add AC_C_ALWAYS_INLINE from Michel Lespinasse.Daniel Caujolle-Bert
CVS patchset: 2017 CVS date: 2002/06/04 22:37:53
2002-06-01support for libfame 0.8.10 and aboveMichael Roitzsch
CVS patchset: 1981 CVS date: 2002/06/01 17:21:28
2002-04-27More fixing... HAVE_(ALSA/SYS)_ASOUNDLIB_H wasn't defined properly.Matthias Dahl
CVS patchset: 1786 CVS date: 2002/04/27 20:42:41
2002-04-27Fixing bug and alsa09 detection...Matthias Dahl
CVS patchset: 1785 CVS date: 2002/04/27 20:06:50
2002-04-27Try do use the right asoundlib header file (avoid warning message).Daniel Caujolle-Bert
CVS patchset: 1780 CVS date: 2002/04/27 14:04:53
2002-04-20clean up use of global CFLAGS, add xvid patch contributed by Tomas KovarGuenter Bartsch
CVS patchset: 1749 CVS date: 2002/04/20 18:42:35
2002-03-21install xine.m4 in global aclocal dir if the user wants thatGuenter Bartsch
CVS patchset: 1608 CVS date: 2002/03/21 21:30:06
2002-03-18always install the m4 macroGuenter Bartsch
CVS patchset: 1588 CVS date: 2002/03/18 21:03:20
2002-02-25xine now compiles ok with the dxr3 em8300 ver 0.12.0 ,but dxr3 does not ↵James Courtier-Dutton
actually work yet. CVS patchset: 1519 CVS date: 2002/02/25 23:44:05
2002-01-20Change SDL checks.Daniel Caujolle-Bert
CVS patchset: 1431 CVS date: 2002/01/20 23:21:52
2002-01-01Fixed conditional inclusion (Thanks to Miguel).Daniel Caujolle-Bert
CVS patchset: 1323 CVS date: 2002/01/01 22:36:20
2001-12-28Fixed forgotten xine.m4 exclusion.Daniel Caujolle-Bert
CVS patchset: 1318 CVS date: 2001/12/28 22:17:09
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-12-16merged dxr3 and dxr3enc drivers. Will autmatically use hardware mpegHarm van der Heijden
decoding if using the dxr3 decoder plugin, uses on-the-fly mpeg encoding otherwise (provided encoding support is compiled in). some remarks: - dxr3enc is no more. I've added some transition code in loadplugins.c (look for the IGNORE_DXR3ENC) to prevent loading a stale dxr3enc plugin from a previous install and to print a message if someone tries to run xine -V dxr3enc. - small updates to configure.in and _xine.m4. Mostly about the messages, no new checks or anything. - both dxr3_vo_standard.c and dxr3_vo_encoder.c are no more. The one and only dxr3 video out driver is aptly named dxr3_video_out.c CVS patchset: 1256 CVS date: 2001/12/16 19:05:44
2001-12-11- major code cleanup in dxr3enc driver. Still one big c file, but nowHarm van der Heijden
easy to split into core + fame + rte - now official support for librte-0.4 (zapping.sf.net); updated configure scripts, checks for librte added. Possible to compile both librte and libfame support in at the same time, configuration via .xinerc. - fixed YUY2 decoding, both for libfame and librte. Note: unifying dxr3enc (non-mpeg) and dxr3 (mpeg) seems rather easy right now. I think I'll wait with it for a bit, because perhaps the dxr3-dvd fixes need major replumbing in the dxr3 vo driver (but I don't expect that; all mpeg stuff is done in the dxr3 decoder plugin) CVS patchset: 1220 CVS date: 2001/12/11 02:26:58
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-11-01enable autoconfig for dxr3enc pluginMike Lampard
CVS patchset: 926 CVS date: 2001/11/01 15:31:34
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-08Fixed ogg/vorbis stuff (don't link vorbis plusgin to libogg, etc...). CleanDaniel Caujolle-Bert
up the ogg/vorbis check (overriding $LIBS is gone now). CVS patchset: 771 CVS date: 2001/10/08 21:52:09
2001-10-07Add ogg/vorbis checks. Change divxdecore checks.Daniel Caujolle-Bert
CVS patchset: 760 CVS date: 2001/10/07 20:10:45
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-10-01Trying to fix broken aalib-config test (configure: !: not found)Juergen Keil
CVS patchset: 714 CVS date: 2001/10/01 09:58:42
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-09-27Fixed aalib checks. xine-config will contain thread cflags. Update installDaniel Caujolle-Bert
docs files. CVS patchset: 699 CVS date: 2001/09/27 01:42:42
2001-09-23GNU sed does not like a single '-' in the middle of a character class RE, moveJuergen Keil
it to front of the character class RE CVS patchset: 687 CVS date: 2001/09/23 17:29:26
2001-09-23Cannot build/configure xine-lib in a separate "object" directory, becauseJuergen Keil
configure was looking for "ltmain.sh" in the current directory. configure tries to find "ltmain.sh" in $srcdir now. CVS patchset: 686 CVS date: 2001/09/23 15:28:09
2001-09-17aalib presence check changes: use aalib-config, then aainfo is it's not found,Daniel Caujolle-Bert
that should fix FreeBSD problem. CVS patchset: 653 CVS date: 2001/09/17 21:59:19
2001-09-17Fixed asm compile on system without as installed.Daniel Caujolle-Bert
CVS patchset: 649 CVS date: 2001/09/17 09:50:32
2001-09-16Few updates. autoconf-2.52/automake-1.5 supported.Daniel Caujolle-Bert
CVS patchset: 637 CVS date: 2001/09/16 00:01:38
2001-09-06IRIX audio port added.Matthias Hopf
Copying instead of linking missing GNU files now (cross-plattform development). CVS patchset: 583 CVS date: 2001/09/06 17:12:37
2001-08-19Use aalib-config intead of aainfo (using old aalib shouldn't work anymore now).Daniel Caujolle-Bert
CVS patchset: 451 CVS date: 2001/08/19 12:01:54
2001-08-07Change message for xine-lib checking.Daniel Caujolle-Bert
CVS patchset: 394 CVS date: 2001/08/07 08:32:43
2001-07-25Removed the --with-dxr3-path argument and added --disable-dxr3.Eduard Hasenleithner
Did some cosmetic stuff too. CVS patchset: 347 CVS date: 2001/07/25 15:03:14