aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-10-25configure.ac: update VERSION_REVISIONMax Kellermann1-1/+1
2014-10-25configure.ac: add storage plugin section to resultMax Kellermann1-0/+4
2014-10-25configure.ac: show DSD in resultMax Kellermann1-0/+1
2014-10-25configure.ac: require xmlto for --enable-documentationMax Kellermann1-3/+4
2014-10-24configure.ac: auto-disable plugins that require GLib when --disable-glib is usedMax Kellermann1-0/+20
2014-10-24configure.ac: improve database dependency checksMax Kellermann1-2/+6
Abort if --enable-libmpdclient or --enable-upnp are used with --disable-database, instead of ignoring the mismatch silently.
2014-10-23configure.ac: prepare for 0.19.2Max Kellermann1-1/+1
2014-10-11configure.ac: prepare for 0.19.1Max Kellermann1-1/+1
2014-10-10release v0.19Max Kellermann1-1/+1
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-13encoder/shine: require libshine 3.1, adapt to new APIMax Kellermann1-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.
2014-08-11configure.ac: fix typo, remove spacesMax Kellermann1-1/+1
2014-08-07decoder/Mp4v2: add MP4v2 decoder pluginAndrée Ekroth1-0/+25
This plugin uses the MP4v2 library to play mp4/m4a files. It is limited to file_decode.
2014-08-06fs/GzipOutputStream: new class wrapping zlibMax Kellermann1-0/+15
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-06-16configure.ac: disable exceptions only with Boost 1.54 or newerMax Kellermann1-2/+25
See https://svn.boost.org/trac/boost/ticket/7849
2014-06-11configure.ac: check for BoostMax Kellermann1-0/+2
2014-06-10zeroconf/Avahi: call dbus_shutdown() during shutdownMax Kellermann1-1/+1
Make valgrind happy.
2014-04-26configure.ac: prepare for 0.18.11Max Kellermann1-1/+1
2014-03-15configure.ac: always define _GNU_SOURCE on LinuxMax Kellermann1-0/+3
Make sure glibc gives us all features.
2014-03-06configure.ac: prepare for 0.18.10Max Kellermann1-1/+1
2014-02-24SongSort, ...: use libicu instead of GLib's g_utf8_*()Max Kellermann1-0/+13
2014-02-22first Android releaseMax Kellermann1-0/+21
Finally, MPD runs on Android. For some small value of "runs". Very much work left, too much to describe.
2014-02-21configure.ac: detect Android cross-buildMax Kellermann1-0/+10
Define "ANDROID" if the host operating system is Android.
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-18configure.ac: check for libpthreadMax Kellermann1-0/+5
Required for building without GLib.
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-02-06input/nfs: new plugin using libnfsMax Kellermann1-0/+13
2014-01-30db: add compile-time option to disable databaseMax Kellermann1-3/+15
2014-01-30Main, OutputThread: increase kernel timer slack (Linux)Max Kellermann1-0/+2
Allows the kernel to combine timer wakeups with other processes, reducing power usage.
2014-01-27configure.ac: detect libsmbclient without pkg-configMax Kellermann1-1/+2
The pkg-config file has been added in Samba 4.0. This commits adds a fallback for older libsmbclient versions.
2014-01-27configure.ac: check if -lrt is necessary for clock_gettime()Max Kellermann1-0/+2
2014-01-27configure.ac: move autoconf/automake helpers to build/Max Kellermann1-0/+1
2014-01-27move systemd unit to directory systemd/Max Kellermann1-1/+1
2014-01-26neighbor/upnp: UPnP media server discoveryMax Kellermann1-0/+3
2014-01-26neighbor: new subsystem to detect file servers on the local networkMax Kellermann1-0/+21
This commit adds the NeighborPlugin API which can be used to detect nearby file servers that can be used by input plugins. This list of servers is exported using the new "listneighbors" command. The idle even "neighbor" notifies interested clients when a new neighbor is found or an existing one is lost. There's a lot missing currently: protocol&user documentation, and a way to "mount" remote servers into the music database. Obviously, some code from the UPnP database plugin can be moved to a neighbor plugin.
2014-01-24Win32Main: move to win32/Max Kellermann1-1/+1
2014-01-23thread/Name: set thread namesMax Kellermann1-0/+7
For debugging.
2014-01-20CommandLine: show the current git tag and commit idMax Kellermann1-0/+4
2014-01-20new developer mailing listMax Kellermann1-1/+1