summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)Author
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ò
2007-04-02Decrease the prerequisites to autoconf 2.59 (even if the code hasn't been mad...Diego 'Flameeyes' Pettenò
2007-04-01Define CONFIG_DARWIN when building for Darwin (i.e.: Mac OS X).Diego 'Flameeyes' Pettenò
2007-03-29Replace obsolete macros (processing done by autoupdate).Darren Salt
2007-03-26Use AS_HELP_STRING instead of the deprecated AC_HELP_STRING.Darren Salt
2007-03-26Send an event when the amp value or amp mute change. Patch by reinhard Nissl....Diego 'Flameeyes' Pettenò
2007-03-24Improve tests for visibility attribute support; Mach-O supports default visib...Diego 'Flameeyes' Pettenò
2007-03-22Instead of defining HAVE_ASMALIGN_POT during configure and then creating the ...Diego 'Flameeyes' Pettenò
2007-03-22Move handling of Win32 codecs all in a single point of configure.ac rather th...Diego 'Flameeyes' Pettenò
2007-03-22Fix crosscompile to use build and host definition from autoconf, rather than ...Diego 'Flameeyes' Pettenò
2007-03-22Try to reorganize the first tests so that the conditional macros are tested t...Diego 'Flameeyes' Pettenò
2007-03-22As the code as it is requires autoconf 2.60, at least state it so. If we deci...Diego 'Flameeyes' Pettenò
2007-03-20Missing 'test'.Darren Salt
2007-03-20Oops, I copied it wrong from his paste, this should do it.Diego 'Flameeyes' Pettenò
2007-03-20On Darwin we also have to enable explicitly the text relocations. Thanks to E...Diego 'Flameeyes' Pettenò
2007-03-20USE AC_PROG_OBJC to find the objective C compiler, rather than messing by hand.Diego 'Flameeyes' Pettenò
2007-03-20The AC_C_ATTRIBUTE_ALIGNED macro is broken, it always reports maximum aligned...Diego 'Flameeyes' Pettenò
2007-03-20Fix typo.Diego 'Flameeyes' Pettenò
2007-03-19Define EXPORTED as a dummy value even when visibility attribute is not found.Diego 'Flameeyes' Pettenò
2007-03-19Use CC_CHECK_CFLAGS rather than AC_TRY_CFLAGS for checking the warnings to en...Diego 'Flameeyes' Pettenò
2007-03-19Instead of unconditionally defining _GNU_SOURCE in three different places, le...Diego 'Flameeyes' Pettenò
2007-03-19Check first for the non-alternate form of functions having alternative names,...Diego 'Flameeyes' Pettenò
2007-03-19Check for visibility flag only if the visibility attribute has been found, as...Diego 'Flameeyes' Pettenò