aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-01-23configure.ac: prepare for 0.18.23Max Kellermann1-2/+2
2014-12-26configure.ac: prepare for 0.18.22Max Kellermann1-2/+2
2014-12-15configure.ac: prepare for 0.18.21Max Kellermann1-2/+2
2014-12-08configure.ac: prepare for 0.18.20Max Kellermann1-2/+2
2014-11-24configure.ac: prepare for 0.18.19Max Kellermann1-2/+2
2014-11-10configure.ac: prepare for 0.18.1Max Kellermann1-2/+2
2014-11-02configure.ac: show DSD in resultMax Kellermann1-0/+1
2014-11-02configure.ac: prepare for 0.18.17Max Kellermann1-2/+2
2014-09-26configure.ac: fix DSD breakage due to typoMax Kellermann1-1/+1
2014-09-26configure.ac: prepare for 0.18.16Max Kellermann1-1/+1
2014-09-26configure.ac: allow building MPD without decoder pluginMax Kellermann1-21/+0
There's always the "PCM" decoder plugin, which was never checked by configure.ac.
2014-09-26configure.ac: allow building MPD without output pluginMax Kellermann1-21/+0
MPD can easily be used as a database provider for the proxy database plugin. In that case, it needs only one "null" output, and no real output plugin.
2014-09-26configure.ac: add option to disable the DSD decodersMax Kellermann1-0/+13
Allow building a smaller MPD binary for people who don't need DSD.
2014-09-13configure.ac: prepare for 0.18.15Max Kellermann1-1/+1
2014-09-03configure.ac: prepare for 0.18.14Max Kellermann1-1/+1
2014-08-02Win32Main: move to win32/Max Kellermann1-1/+1
2014-08-02configure.ac: prepare for 0.18.13Max Kellermann1-1/+1
2014-06-23configure.ac: prepare for 0.18.12Max Kellermann1-1/+1
2014-04-26configure.ac: prepare for 0.18.11Max Kellermann1-1/+1
2014-03-06configure.ac: prepare for 0.18.10Max Kellermann1-1/+1
2014-02-18configure.ac: fix linker failure when libvorbis/libogg are staticMax Kellermann1-1/+1
Link libvorbisfile first, followed to libvorbis and finally libogg. This order is necessary because libvorbisfile depends on libvorbis.
2014-02-17configure.ac: link the Vorbis encoder with liboggMax Kellermann1-1/+1
Fixes another linker failure. Similar to commit ea406875
2014-02-09configure.ac: prepare for 0.18.9Max Kellermann1-1/+1
2014-02-06configure.ac: link the Vorbis encoder with libvorbisMax Kellermann1-1/+1
Since the encoder plugin uses a libvorbis function (and not only libvorbisenc functions), we need to link with libvorbis explicitly.
2014-01-20new developer mailing listMax Kellermann1-1/+1
2014-01-15configure.ac: prepare for 0.18.8Max Kellermann1-1/+1
2014-01-11configure.ac: reject libmpcdec SV7 in configure scriptMax Kellermann1-1/+1
Look for symbol "mpc_demux_init" which does not exist in SV7. This avoids build failures when SV7 was found by configure.ac.
2013-12-29configure.ac: improved check for libyajl 1.0Max Kellermann1-1/+1
If we have libyajl 2.0.1 (without a pkg-config file), our configure.ac would assume this is the libyajl 1.0 API, because the function yajl_alloc() exists in both. This commit changes the library check to the function yajl_parse_complete() which was removed in the 2.0 API. This fixes build failure with libyajl 2.0.1.
2013-12-29configure.ac: prepare for 0.18.7Max Kellermann1-1/+1
2013-12-24release v0.18.6Max Kellermann1-1/+1
2013-11-27input/cdio_paranoia: support libcdio-paranoia 0.90Gaetan Bisson1-0/+1
2013-11-27configure.ac: prepare for 0.18.6Max Kellermann1-1/+1
2013-11-23release v0.18.5Max Kellermann1-1/+1
2013-11-21configure.ac: auto-detect fluidsynth by defaultMax Kellermann1-3/+5
The option "--enable-fluidsynth" was documented to be "auto" by default, when it was really "no".
2013-11-18configure.ac: prepare for 0.18.5Max Kellermann1-1/+1
2013-11-09configure.ac: prepare for 0.18.4Max Kellermann1-1/+1
2013-11-08Makefile.am: disable dist-bzip2Max Kellermann1-1/+1
bzip2-compressed tarballs are obsolete, xz is better and widely understood.
2013-11-08configure.ac: prepare for 0.18.3Max Kellermann1-1/+1
2013-11-06configure.ac: require libaudiofile 0.3 due to API breakageMax Kellermann1-1/+1
Prior to version 0.3, the "length" callback returned a "long" instead of AFfileoffset. Now that this API bug fix is a few years old, let's drop 0.2 support for good.
2013-11-05configure.ac: prepare for 0.18.2Max Kellermann1-1/+1
2013-11-04release v0.18.1Max Kellermann1-1/+1
2013-11-04configure.ac: prepare for 0.18.1Max Kellermann1-1/+1
2013-10-31release v0.18Max Kellermann1-1/+1
2013-10-30configure.ac: move -Werror before all other CFLAGSMax Kellermann1-6/+7
Without -Werror, clang will not fail on -ftree-vectorize.
2013-10-30configure.ac: default to enable_openal=autoMax Kellermann1-15/+19
2013-10-30configure.ac: enable -ffast-math and -ftree-vectorizeMax Kellermann1-0/+4
Allows advanced compiler optimization.
2013-10-30configure.ac: enable some gcc options even in debug modeMax Kellermann1-6/+10
Most importantly: always disable C++ exceptions. It was surprising to see MPD terminate due to an unexpected exception.
2013-10-28configure.ac: disable the OS X output plugin by defaultMax Kellermann1-1/+5
There hasn't been a maintainer for this plugin for years. It may even fail to build.
2013-10-28configure.ac: add variable host_is_darwinMax Kellermann1-8/+12
Fixes the OpenAL detection which was broken because enable_osx was uesd which was set later.
2013-10-19encoder/{opus,vorbis}: new serial generator replacing g_random_int()Max Kellermann1-0/+1