summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)Author
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ò
2007-03-19Make more generic the support for skipping the missing X11 output plugins war...Diego 'Flameeyes' Pettenò
2007-03-19We can't use Real codecs support on Darwin systems (OS X), as the format ther...Diego 'Flameeyes' Pettenò
2007-03-19We need to call CC_CHECK_WERROR first of all, as the autoconf automatic depen...Diego 'Flameeyes' Pettenò
2007-03-17Clean up configure checks for OSS support. Check for the various soundcard.h ...Diego 'Flameeyes' Pettenò
2007-03-17Instead of relying on FreeBSD being the only system not having __environ stde...Diego 'Flameeyes' Pettenò
2007-03-16Add proper support for disabling Real binary codecs support and add a paramet...Diego 'Flameeyes' Pettenò
2007-03-16Add a check if the compiler supports weak aliases, to add FreeBSD support to ...Diego 'Flameeyes' Pettenò
2007-03-16Cleanup pkg-config checks for libcdio/libvcdinfo.Diego 'Flameeyes' Pettenò
2007-03-16Fix the logic of libstk, as I declared it disabled by default.Diego 'Flameeyes' Pettenò
2007-03-16Simplify Jack checks, replace --enable/--disable with --with/--without as it'...Diego 'Flameeyes' Pettenò
2007-03-16Stop libstk checks from being automagic, by providing a --with/--without swit...Diego 'Flameeyes' Pettenò
2007-03-16Run true to avoid then else without content.Diego 'Flameeyes' Pettenò
2007-03-16Don't put -lXext into LIBS if found.Diego 'Flameeyes' Pettenò
2007-03-16Collapse X_LIBS, X_PRE_LIBS, -lXext and -lX11 in a single X_LIBS variable whe...Diego 'Flameeyes' Pettenò