summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)Author
2008-03-30Release.xine-lib-1_1_11_1-release1.1.11.1Darren Salt
2008-03-18Move ffmpeg plugin code into src/combined/ffmpeg & adapt for current ffmpeg.Darren Salt
2008-03-04Cset 492257577b4d is an ABI extension: bump the soname. Add changelog entry.Darren Salt
2008-03-02Fix compilation with older external ffmpeg.Darren Salt
2008-03-01Support the new FFmpeg include layout. Now the same include directive should ...Diego 'Flameeyes' Pettenò
2008-02-11Actually check for tzset.Darren Salt
2008-02-09Fix a configure test which was left out of the arch_x86 changes. (Affects MMX.)Darren Salt
2008-02-08Add automake conditionals ARCH_X86_32 and ARCH_X86_64.Darren Salt
2008-02-07Merge; mark 1.1.11.Darren Salt
2008-02-071.1.10.1, not 1.1.11.Darren Salt
2008-02-07Adjust some comments.Darren Salt
2008-02-07Keep the plugin dir name to x.y.z - x.y.z.a is inappropriate here.Darren Salt
2008-02-06Change from release numbering to ABI numbering for the plugin directory.Darren Salt
2008-01-30Make sure that PKG_CONFIG_PATH is set properly by xine-config.Darren Salt
2008-01-26Fix font installation (broken by the xine-config backport).Darren Salt
2008-01-23Finish the backport of libxine.pc.in; do xine-config (now requires pkg-config).Darren Salt
2008-01-22Patch version missing from xine-config, libxine.pcVille Skyttä
2008-01-13Bump version no. ready for what I expect to be the next release.Darren Salt
2008-01-09Allow for patch-level numbering; initialise to ".1".Darren Salt
2008-01-04Protect against multiple inclusion of include/configure.h.Darren Salt
2007-12-31Convert XML parser ABI breakage into ABI extension. Bump the soname accordingly.Darren Salt
2007-11-24Add option to disable Nosefart/NSF plugin building.Diego 'Flameeyes' Pettenò
2007-11-19add support for GNU/kFreeBSDPetr Salinger ext:(%20)
2007-09-03Bump version info, ready for an eventual 1.1.9 release.Darren Salt
2007-08-12Extend config key translation to allow front ends to provide an additional list.Darren Salt
2007-06-14Disable mediaLib support by default.Diego 'Flameeyes' Pettenò
2007-06-13Backport the memmem() replacement from 1.2 series.Diego 'Flameeyes' Pettenò
2007-06-10Update version information.Diego 'Flameeyes' Pettenò
2007-06-08Fix build issues on systems which need our internal asprintf.Darren Salt
2007-06-05Disable aRTs output plugin by default, it's deprecated and will be removed in...Diego 'Flameeyes' Pettenò
2007-06-02Bump libtool revision number.Darren Salt
2007-05-05Merge Bastien Nocera's changes.Darren Salt
2007-05-05Up the version number in HG so we can check for the _x_io_select fixhadess@cookie.hadess.net
2007-05-04Fix building of CDDA input on FreeBSD, the NetBSD patch broke it as sys/scsii...Diego 'Flameeyes' Pettenò
2007-04-15autoconf 2.59 mishandles AC_DEFINE([ASMALIGN(ZEROBITS)], ...). Work around it.Darren Salt
2007-04-13Bump version no.Darren Salt
2007-04-13Change the dev version suffix from cvs to hg; fix .cvsversion detection.Darren Salt
2007-04-12Set xv_path before rewriting X_LIBS if we're not using pkg-config to discover...Diego 'Flameeyes' Pettenò
2007-04-10Have configure option --enable-debug turn on debug code.Reinhard Nißl
2007-04-07Add a missing test call.Diego 'Flameeyes' Pettenò
2007-04-07Use CC_ATTRIBUTE_FORMAT; replace __attribute((format(printf, ...))) accordingly.Darren Salt
2007-04-04Move the Speex decoder from libspeex to libxineadec, as it's a single file.Diego 'Flameeyes' Pettenò
2007-04-04Move the Theora decoder from libtheora to libxinevdec, as it's a single file.Diego 'Flameeyes' Pettenò
2007-04-04Move the Vorbis decoder from libvorbis to libxineadec, as it's a single file.Diego 'Flameeyes' Pettenò
2007-04-04Move the linear pcm decoder from liblpcm to libxineadec, as it's a single file.Diego 'Flameeyes' Pettenò
2007-04-04Move the flac plugins sources into the combined directory, like wavpack.Diego 'Flameeyes' Pettenò
2007-04-04Remove duplicate wavpack line.Diego 'Flameeyes' Pettenò
2007-04-04Check for sys/dvdio.h, and use that if found, rather than having a check for ...Diego 'Flameeyes' Pettenò
2007-04-04Check for audio_info_t.output_muted member, rather than assuming it's not ava...Diego 'Flameeyes' Pettenò
2007-04-02Don't rely on AC_PROG_OBJC presence.Diego 'Flameeyes' Pettenò