aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* | decoder/mp4ff: delete obsolete pluginMax Kellermann2013-01-281-3/+0
| | | | | | | | The underlying library has been obsolete for many years.
* | string_util: add fallback for strnlen()Max Kellermann2013-01-271-1/+1
| | | | | | | | | | Usually, when strndup() is not available, strndup() isn't either, because both are POSIX 2008.
* | configure.ac: disable libwrap if not compatible with C++Max Kellermann2013-01-271-0/+21
| | | | | | | | | | The libwrap version on Mac OS X is broken, it will not work with C++ due to broken function prototypes.
* | Merge branch 'v0.17.x'Max Kellermann2013-01-161-1/+1
|\|
| * configure.ac: improve detection of libgmeDenis Krjuchkov2013-01-091-1/+1
| | | | | | | | | | At least in my configuration libgme lacks .pc file thus could not be detected with pkg-config.
| * Modify version string to post-release version 0.17.4~gitAvuton Olrich2013-01-061-1/+1
| |
| * mpd version 0.17.3release-0.17.3Avuton Olrich2013-01-061-1/+1
| |
| * Modify version string to post-release version 0.17.3~gitAvuton Olrich2012-09-301-1/+1
| |
| * mpd version 0.17.2release-0.17.2Avuton Olrich2012-09-301-1/+1
| |
* | configure.ac: use correct variable for checking libmpdclient presenceDenis Krjuchkov2013-01-111-1/+1
| |
* | configure.ac: require Windows Vista or newerMax Kellermann2013-01-111-1/+1
| | | | | | | | | | We're going to use Vista features soon. Sorry for those poor people still on XP (or Windows, anyway).
* | configure.ac: enable WIN32_LEAN_AND_MEAN on WindowsMax Kellermann2013-01-111-0/+1
| |
* | string_util.c: provide fallback strndup() implementationDenis Krjuchkov2013-01-111-0/+2
| | | | | | | | | | This patch also adds extern "C" { } wrapper around string_util.h to allow its usage in C++ code
* | input/Curl: require libcurl 7.18Max Kellermann2013-01-101-1/+1
| |
* | configure.ac: change newline position to fit into 80 charsDenis Krjuchkov2013-01-101-1/+1
| |
* | configure.ac: print results of libmpdclient detectionDenis Krjuchkov2013-01-101-0/+1
| |
* | configure.ac: print results of AdPlug detectionDenis Krjuchkov2013-01-101-0/+1
| |
* | configure.ac: consistently use Opus nameDenis Krjuchkov2013-01-101-1/+1
| |
* | fd_util: support eventfd()Max Kellermann2013-01-101-1/+1
| |
* | configure.ac: disable C++ RTTIMax Kellermann2013-01-021-0/+1
| | | | | | | | RTTI adds overhead to the binary, and we don't need that.
* | configure.ac: disable C++ exceptionsMax Kellermann2013-01-021-0/+1
| | | | | | | | | | We don't use exceptions currently. Since allowing exceptions means a lot of overhead, this commit disables the feature.
* | configure.ac: hide internal symbolsMax Kellermann2013-01-021-0/+4
| | | | | | | | | | Allows eliminating more dead code. Adds two more C++ options that may reduce the binary size.
* | Makefile.am: eliminate FLAC_COMMONMax Kellermann2012-10-021-3/+0
| |
* | {decoder,encoder}/flac: drop support for libFLAC 1.1Max Kellermann2012-10-021-1/+1
| |
* | encoder/opus: new encoder plugin for the Opus codecMax Kellermann2012-10-021-0/+2
| |
* | configure.ac: fix AC_CONFIG_SRCDIR callMax Kellermann2012-10-011-1/+1
| | | | | | | | main.c has been renamed to Main.cxx.
* | decoder/adplug: new decoder pluginMax Kellermann2012-09-251-0/+13
| |