summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)Author
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ò
2007-03-10When hstrerror() is found in libresolv, link it where it is used. Patch by Al...Diego 'Flameeyes' Pettenò
2007-03-10Use more portable tail command, by avoiding -n .. it's not strictly POSIX but...Diego 'Flameeyes' Pettenò
2007-03-09Declare sysi86() function only if it's not declared already. Patch by Albert ...Diego 'Flameeyes' Pettenò
2007-03-09Check for chost-specific strings command during ./configure rather than on ma...Diego 'Flameeyes' Pettenò
2007-03-09Test presence of alloca.h and include it if present; suggested by a patch fro...Diego 'Flameeyes' Pettenò
2007-02-21Make -Wl,-z,defs an opt-in ldflag, if available. The $(xineplug_ldflags) vari...Diego 'Flameeyes' Pettenò
2007-02-19Fix the checks for flags to avoid displaying the quotes, by using the proper ...Diego 'Flameeyes' Pettenò
2007-02-15Commit the XCB output plugins by Christoph Pfister after testing on Gentoo pa...Diego 'Flameeyes' Pettenò
2007-01-28next release 1.1.5Miguel Freitas
2007-01-28disabled "-Wl,-z,defs": it breaks compilation for vidix drivers.Miguel Freitas
2007-01-27Proper using mkdir -p.František Dvořák
2007-01-25Fixed ffmpeg build for MinGW cross compilation.František Dvořák
2007-01-24Create a new wavpack plugin with both the old demuxer and a new decoder. To s...Diego 'Flameeyes' Pettenò
2007-01-21Use docdir and htmldir as basedir to install the documentation into; these ar...Diego 'Flameeyes' Pettenò
2007-01-19Add --disable-musepack and --with-external-libmpcdec parameters to configure,...Diego 'Flameeyes' Pettenò
2007-01-13Shell quoting fixes and one m4 quoting fix. Probably some overkill :-)Darren Salt
2007-01-13 * ffmpeg update to 51.28.0Miguel Freitas
2007-01-06Use AM_PROG_AS instead of our AM_PROG_AS_MOD.Darren Salt
2006-12-31Bump external libavcodec version needed for WavPack support.Diego 'Flameeyes' Pettenò
2006-12-27Correct a typo in option help text.Darren Salt
2006-12-27Use X_LIBS and X_FLAGS to get the results of pkg-config.Diego 'Flameeyes' Pettenò
2006-12-26 * Implement a WavPack files demuxer, using WavPack library (only for demuxingDiego 'Flameeyes' Pettenò
2006-12-25 * Replace --enable-flac configure option with --with-libflac, as the FLACDiego 'Flameeyes' Pettenò
2006-12-25 * On platforms where it's possible, use -Wl,-z,defs option so that the linkerDiego 'Flameeyes' Pettenò
2006-12-25Move common cflags injection at the end of the configure run, so that tests t...Diego 'Flameeyes' Pettenò
2006-12-25 * Don't check for libpostproc version and assume that if libavcodec is foundDiego 'Flameeyes' Pettenò
2006-12-19Bump interface age (API addition).Darren Salt
2006-12-14Added configure option --enable-antialing (disabled by default becauseClaudio Ciccani