aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac (follow)
Commit message (Collapse)AuthorAgeFilesLines
* configure.ac: prepare for 0.18.22Max Kellermann2014-12-261-2/+2
|
* configure.ac: prepare for 0.18.21Max Kellermann2014-12-151-2/+2
|
* configure.ac: prepare for 0.18.20Max Kellermann2014-12-081-2/+2
|
* configure.ac: prepare for 0.18.19Max Kellermann2014-11-241-2/+2
|
* configure.ac: prepare for 0.18.1Max Kellermann2014-11-101-2/+2
|
* configure.ac: show DSD in resultMax Kellermann2014-11-021-0/+1
|
* configure.ac: prepare for 0.18.17Max Kellermann2014-11-021-2/+2
|
* configure.ac: fix DSD breakage due to typoMax Kellermann2014-09-261-1/+1
|
* configure.ac: prepare for 0.18.16Max Kellermann2014-09-261-1/+1
|
* configure.ac: allow building MPD without decoder pluginMax Kellermann2014-09-261-21/+0
| | | | | There's always the "PCM" decoder plugin, which was never checked by configure.ac.
* configure.ac: allow building MPD without output pluginMax Kellermann2014-09-261-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.
* configure.ac: add option to disable the DSD decodersMax Kellermann2014-09-261-0/+13
| | | | Allow building a smaller MPD binary for people who don't need DSD.
* configure.ac: prepare for 0.18.15Max Kellermann2014-09-131-1/+1
|
* configure.ac: prepare for 0.18.14Max Kellermann2014-09-031-1/+1
|
* Win32Main: move to win32/Max Kellermann2014-08-021-1/+1
|
* configure.ac: prepare for 0.18.13Max Kellermann2014-08-021-1/+1
|
* configure.ac: prepare for 0.18.12Max Kellermann2014-06-231-1/+1
|
* configure.ac: prepare for 0.18.11Max Kellermann2014-04-261-1/+1
|
* configure.ac: prepare for 0.18.10Max Kellermann2014-03-061-1/+1
|
* configure.ac: fix linker failure when libvorbis/libogg are staticMax Kellermann2014-02-181-1/+1
| | | | | Link libvorbisfile first, followed to libvorbis and finally libogg. This order is necessary because libvorbisfile depends on libvorbis.
* configure.ac: link the Vorbis encoder with liboggMax Kellermann2014-02-171-1/+1
| | | | Fixes another linker failure. Similar to commit ea406875
* configure.ac: prepare for 0.18.9Max Kellermann2014-02-091-1/+1
|
* configure.ac: link the Vorbis encoder with libvorbisMax Kellermann2014-02-061-1/+1
| | | | | Since the encoder plugin uses a libvorbis function (and not only libvorbisenc functions), we need to link with libvorbis explicitly.
* new developer mailing listMax Kellermann2014-01-201-1/+1
|
* configure.ac: prepare for 0.18.8Max Kellermann2014-01-151-1/+1
|
* configure.ac: reject libmpcdec SV7 in configure scriptMax Kellermann2014-01-111-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.
* configure.ac: improved check for libyajl 1.0Max Kellermann2013-12-291-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.
* configure.ac: prepare for 0.18.7Max Kellermann2013-12-291-1/+1
|
* release v0.18.6Max Kellermann2013-12-241-1/+1
|
* input/cdio_paranoia: support libcdio-paranoia 0.90Gaetan Bisson2013-11-271-0/+1
|
* configure.ac: prepare for 0.18.6Max Kellermann2013-11-271-1/+1
|
* release v0.18.5Max Kellermann2013-11-231-1/+1
|
* configure.ac: auto-detect fluidsynth by defaultMax Kellermann2013-11-211-3/+5
| | | | | The option "--enable-fluidsynth" was documented to be "auto" by default, when it was really "no".
* configure.ac: prepare for 0.18.5Max Kellermann2013-11-181-1/+1
|
* configure.ac: prepare for 0.18.4Max Kellermann2013-11-091-1/+1
|
* Makefile.am: disable dist-bzip2Max Kellermann2013-11-081-1/+1
| | | | | bzip2-compressed tarballs are obsolete, xz is better and widely understood.
* configure.ac: prepare for 0.18.3Max Kellermann2013-11-081-1/+1
|
* configure.ac: require libaudiofile 0.3 due to API breakageMax Kellermann2013-11-061-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.
* configure.ac: prepare for 0.18.2Max Kellermann2013-11-051-1/+1
|
* release v0.18.1Max Kellermann2013-11-041-1/+1
|
* configure.ac: prepare for 0.18.1Max Kellermann2013-11-041-1/+1
|
* release v0.18Max Kellermann2013-10-311-1/+1
|
* configure.ac: move -Werror before all other CFLAGSMax Kellermann2013-10-301-6/+7
| | | | Without -Werror, clang will not fail on -ftree-vectorize.
* configure.ac: default to enable_openal=autoMax Kellermann2013-10-301-15/+19
|
* configure.ac: enable -ffast-math and -ftree-vectorizeMax Kellermann2013-10-301-0/+4
| | | | Allows advanced compiler optimization.
* configure.ac: enable some gcc options even in debug modeMax Kellermann2013-10-301-6/+10
| | | | | Most importantly: always disable C++ exceptions. It was surprising to see MPD terminate due to an unexpected exception.
* configure.ac: disable the OS X output plugin by defaultMax Kellermann2013-10-281-1/+5
| | | | | There hasn't been a maintainer for this plugin for years. It may even fail to build.
* configure.ac: add variable host_is_darwinMax Kellermann2013-10-281-8/+12
| | | | | Fixes the OpenAL detection which was broken because enable_osx was uesd which was set later.
* encoder/{opus,vorbis}: new serial generator replacing g_random_int()Max Kellermann2013-10-191-0/+1
|
* ZeroconfAvahi: integrate into the EventLoopMax Kellermann2013-10-181-2/+2
| | | | Finally fixes the regression by commit c1f4f1fd.