aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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 version 0.19Max Kellermann2013-11-131-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.
* configure.ac: add function MPD_AUTO_LIB and use itMax Kellermann2013-10-171-61/+16
|
* configure.ac: define HAVE_MPCDECMax Kellermann2013-10-171-0/+4
| | | | | Restore the "mpcdec" decoder plugin that was accidently broken since commit 8ead8f7e.
* decoder/wildmidi: remove suport for libwildmidi 0.2.2 or olderMax Kellermann2013-10-161-4/+0
|
* configure.ac: don't leak -lsidutils -lmp3lame intoMax Kellermann2013-10-161-2/+2
| | | | | Make the third argument to AC_CHECK_LIB() non-empty to disable its default handler.
* test: use the CPPUNIT framework for unit testsMax Kellermann2013-10-161-0/+6
|
* require GLib 2.28Max Kellermann2013-10-151-2/+2
| | | | The header glib_compat.h is now obsolete and can be removed.
* playlist/lastfm: remove defunct Last.fm supportMax Kellermann2013-09-281-16/+0
| | | | | | This plugin has been defunct ever since Last.fm changed their protocol. Since there is no volunteer willing to fix the plugin, I'm removing it now.
* output/pulse: require libpulse 0.9.16Max Kellermann2013-09-041-1/+1
| | | | | Remove all #ifdefs. Old versions of libpulse are not being tested, and thus I'm removing support.
* event/EPollFD: basic support for Linux epollMax Kellermann2013-08-071-0/+1
|
* configure.ac: pass option name to MPD_OPTIONAL_FUNC()Max Kellermann2013-08-071-2/+2
|
* event/SignalMonitor: use signalfd() if availableMax Kellermann2013-08-071-0/+1
|
* configure.ac: add option --enable-eventfdMax Kellermann2013-08-061-1/+2
| | | | | | Remove the runtime check for eventfd(), hard-code the feature once it's been selected at compile time. The class WakeFD is splitted into EventFD and EventPipe, using WakeFD as a macro diversion.
* configure.ac: increase protocol version to 0.18Max Kellermann2013-08-041-1/+1
|
* Merge tag 'release-0.17.5'Max Kellermann2013-08-041-0/+5
|\
| * release 0.17.5Max Kellermann2013-08-041-1/+1
| |
| * configure.ac: detect system "ar"Michael Mair-Keimberger2013-08-011-0/+5
| |
| * configure.ac: fix hidden syntax errorv0.17.xMax Kellermann2013-04-171-2/+2
| |
| * prepare 0.17.5Max Kellermann2013-04-161-1/+1
| |
* | decoder/ffmpeg: require ffmpeg/libav 0.8Max Kellermann2013-07-311-1/+1
| | | | | | | | | | Now that even Debian stable has picked up version 0.8, we can safely make this a requirement, and remove a lot of old cruft.
* | decoder/mpcdec: remove support for the "old" APIMax Kellermann2013-07-311-10/+1
| | | | | | | | This old version has been obsolete for many years - time to remove it.
* | input/soup: plugin removedMax Kellermann2013-04-171-14/+0
| | | | | | | | | | | | This plugin is cumbersome to support, now that MPD is migrating away from GLib and the GLib event loop. It has no practical advantages over the CURL plugin. Soup requires the bloated GType library.
* | output/ffado: remove broken pluginMax Kellermann2013-04-171-17/+0
| | | | | | | | | | This plugin has been in MPD for three years, and it has never worked. Enough!
* | output/mvp: remove obsolete pluginMax Kellermann2013-04-171-15/+1
| | | | | | | | | | | | The hardware is obsolete, and the product does not exist anymore on the Hauppauge web site. Let's see if anybody complains about the removal.
* | configure.ac: fix libmpdclient variable nameMax Kellermann2013-04-161-1/+1
| |
* | OpusReader: don't use strndup()Max Kellermann2013-04-091-2/+0
| | | | | | | | Eliminate the fallback strndup() and strnlen() implementations.
* | Merge tag 'release-0.17.4'Max Kellermann2013-04-081-1/+1
|\|
| * release 0.17.4release-0.17.4Max Kellermann2013-04-081-1/+1
| |
| * Makefile.am: enable "dist-xz"Max Kellermann2013-04-081-1/+1
| |
* | require GLib 2.24Max Kellermann2013-01-291-2/+2
| |
* | decoder/ffmpeg: require ffmpeg/libav 0.7.6Max Kellermann2013-01-281-1/+1
| | | | | | | | | | | | | | | | This is the version present in Ubuntu Oneiric, the oldest distribution with gcc 4.6. Debian Squeeze is off target, because it has gcc 4.4, which is unable to compile MPD anyway. This commit drops all API compatibility hacks for older versions.