aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | output/httpd/IcyMetaDataServer: use CopyString() instead of g_strlcpy()Max Kellermann2014-12-011-2/+0
| | |
* | | input/cdio_paranoia: use CopyString() instead of g_strlcpy()Max Kellermann2014-12-011-3/+2
| | |
* | | Merge tag 'v0.19.5'Max Kellermann2014-11-261-24/+0
|\| |
| * | decoder/mp4v2: remove because of incompatible licenseMax Kellermann2014-11-251-24/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | libmp4v2 is licensed under MPL 1.1, which is incompatible with GPLv2. Unfortunately, this means that we must remove the plugin. More information can be found in the Debian bug report: http://bugs.debian.org/767504
| * | configure.ac: prepare for 0.19.5Max Kellermann2014-11-241-2/+2
| | |
| * | configure.ac: prepare for 0.19.4Max Kellermann2014-11-121-2/+2
| | |
| * | configure.ac: prepare for 0.19.3Max Kellermann2014-11-041-2/+2
| | |
* | | configure.ac: add macro MPD_AUTOMax Kellermann2014-11-231-10/+6
| | |
* | | configure.ac: add macro MPD_ENABLE_AUTO_PKG_LIBMax Kellermann2014-11-221-31/+4
| | |
* | | configure.ac: add macro MPD_ENABLE_AUTO_PKGMax Kellermann2014-11-211-381/+59
| | | | | | | | | | | | Simplify the definition of many build options.
* | | configure.ac: allow disabling syslog() supportMax Kellermann2014-11-211-2/+13
| | |
* | | configure.ac: add option "--disable-daemon"Max Kellermann2014-11-201-0/+13
| | |
* | | SongSticker: don't use GLibMax Kellermann2014-10-251-2/+0
| | |
* | | decoder/wavpack: don't use GLibMax Kellermann2014-10-251-2/+0
| | |
* | | playlist/SoundCloud: don't use GLib for string allocationMax Kellermann2014-10-251-2/+0
| | |
* | | configure.ac: prepare for 0.20Max Kellermann2014-10-251-3/+3
|/ /
* | configure.ac: update VERSION_REVISIONMax Kellermann2014-10-251-1/+1
| |
* | configure.ac: add storage plugin section to resultMax Kellermann2014-10-251-0/+4
| |
* | configure.ac: show DSD in resultMax Kellermann2014-10-251-0/+1
| |
* | configure.ac: require xmlto for --enable-documentationMax Kellermann2014-10-251-3/+4
| |
* | configure.ac: auto-disable plugins that require GLib when --disable-glib is usedMax Kellermann2014-10-241-0/+20
| |
* | configure.ac: improve database dependency checksMax Kellermann2014-10-241-2/+6
| | | | | | | | | | Abort if --enable-libmpdclient or --enable-upnp are used with --disable-database, instead of ignoring the mismatch silently.
* | configure.ac: prepare for 0.19.2Max Kellermann2014-10-231-1/+1
| |
* | configure.ac: prepare for 0.19.1Max Kellermann2014-10-111-1/+1
| |
* | release v0.19Max Kellermann2014-10-101-1/+1
| |
* | Merge tag 'v0.18.16'Max Kellermann2014-09-261-43/+13
|\|
| * 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
| |
* | encoder/shine: require libshine 3.1, adapt to new APIMax Kellermann2014-08-131-1/+1
| | | | | | | | | | | | | | The "written" argument to shine_encode_buffer() and shine_flush() was changed from "long" to "int", which breaks API and ABI compatibility. This is a big deal, and it doesn't seem worthwile to keep support for the (broken) 3.0 release.
* | configure.ac: fix typo, remove spacesMax Kellermann2014-08-111-1/+1
| |
* | decoder/Mp4v2: add MP4v2 decoder pluginAndrée Ekroth2014-08-071-0/+25
| | | | | | | | | | This plugin uses the MP4v2 library to play mp4/m4a files. It is limited to file_decode.
* | fs/GzipOutputStream: new class wrapping zlibMax Kellermann2014-08-061-0/+15
| |
* | configure.ac: disable exceptions only with Boost 1.54 or newerMax Kellermann2014-06-161-2/+25
| | | | | | | | See https://svn.boost.org/trac/boost/ticket/7849
* | configure.ac: check for BoostMax Kellermann2014-06-111-0/+2
| |
* | zeroconf/Avahi: call dbus_shutdown() during shutdownMax Kellermann2014-06-101-1/+1
| | | | | | | | Make valgrind happy.
* | configure.ac: always define _GNU_SOURCE on LinuxMax Kellermann2014-03-151-0/+3
| | | | | | | | Make sure glibc gives us all features.
* | SongSort, ...: use libicu instead of GLib's g_utf8_*()Max Kellermann2014-02-241-0/+13
| |
* | first Android releaseMax Kellermann2014-02-221-0/+21
| | | | | | | | | | Finally, MPD runs on Android. For some small value of "runs". Very much work left, too much to describe.
* | configure.ac: detect Android cross-buildMax Kellermann2014-02-211-0/+10
| | | | | | | | Define "ANDROID" if the host operating system is Android.
* | Merge branch 'v0.18.x'Max Kellermann2014-02-181-2/+2
|\|