- 16 Sep, 2011 3 commits
-
-
Max Kellermann authored
Add -DNDEBUG to AM_CPPFLAGS.
-
Max Kellermann authored
-
Max Kellermann authored
-
- 02 Sep, 2011 2 commits
-
-
Avuton Olrich authored
-
Avuton Olrich authored
-
- 01 Sep, 2011 7 commits
-
-
Max Kellermann authored
libOggFLAC has been deprecated for 5 years now, and we havn't been testing it for a long time. Let's delete it.
-
Max Kellermann authored
.. and a minor tweak for libFLAC+libogg detection.
-
Max Kellermann authored
-
Max Kellermann authored
The pkg-config file was added by the Debian package maintainers, and unfortunately, the rest of the world doesn't have it.
-
Max Kellermann authored
Add M4 function MPD_AUTO_PKG_LIB for pkg-config with AC_CHECK_LIB fallback.
-
Max Kellermann authored
Don't abort the configure script when avahi could not be auto-detected. It previously did, because there was no custom "fail" action for PKG_CHECK_MODULES.
-
Max Kellermann authored
Don't add those to MPD_CFLAGS / MPD_LIBS.
-
- 29 Aug, 2011 1 commit
-
-
Max Kellermann authored
Auto-enable the plugin when OpenSSL was found.
-
- 24 Aug, 2011 1 commit
-
-
Max Kellermann authored
To demonstrate the new I/O thread. libsoup is well-integrated into the GLib main loop, which made this plugin pretty easy to write. As a side effect, we have to initialize the I/O thread in all debug programs that use the input API.
-
- 03 Jul, 2011 1 commit
-
-
Max Kellermann authored
Was always displayed as "no", even if one was found.
-
- 04 Jun, 2011 2 commits
-
-
Avuton Olrich authored
-
Avuton Olrich authored
-
- 12 Apr, 2011 2 commits
-
-
Anton Khirnov authored
All modern distros ship 0.5, so there's no need to support old and buggy ffmpeg versions.
-
Simon Kagstrom authored
-
- 29 Mar, 2011 1 commit
-
-
Simon Kagstrom authored
-
- 23 Mar, 2011 1 commit
-
-
Simon Kagstrom authored
Otherwise OGGs can't be played.
-
- 19 Mar, 2011 2 commits
-
-
Avuton Olrich authored
-
Avuton Olrich authored
-
- 16 Mar, 2011 1 commit
-
-
Hans-Kristian Arntzen authored
-
- 14 Mar, 2011 2 commits
-
-
Avuton Olrich authored
-
Avuton Olrich authored
-
- 09 Mar, 2011 1 commit
-
-
Ulrich Spörlein authored
This makes FreeBSD detect libogg correctly. The '==' operator is an undocumented GNU extension to test(1) and cannot be relied upon to exist and do the right thing. POSIX mandates string comparisons to be done using "test foo = bar".
-
- 23 Feb, 2011 1 commit
-
-
Max Kellermann authored
-
- 22 Feb, 2011 1 commit
-
-
Max Kellermann authored
The client-to-client protocol was added, and that justifies increasing the protocol version.
-
- 29 Jan, 2011 1 commit
-
-
Thomas Jansen authored
-
- 28 Jan, 2011 2 commits
-
-
Dustin Puckett authored
Remote Audio Output Protocol (RAOP), for Apple devices.
-
Max Kellermann authored
When the configure options were moved around for 0.16, the order was changed, and the Tremor check broke.
-
- 10 Jan, 2011 1 commit
-
-
Avuton Olrich authored
-
- 09 Jan, 2011 1 commit
-
-
Yuriy Kaminskiy authored
A bit of automake magic (see info automake "Per-Object Flags"). Compile-tested.
-
- 07 Jan, 2011 1 commit
-
-
Max Kellermann authored
Use "printf" instead.
-
- 23 Dec, 2010 1 commit
-
-
Max Kellermann authored
Don't create a modified copy for out-of-tree builds.
-
- 22 Dec, 2010 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
It is known to crash instantly.
-
- 21 Dec, 2010 2 commits
-
-
Max Kellermann authored
-
Greg Ward authored
Add new config parameter 'device' to audio_output type "osx": - if not supplied or set to "default", open default device - if set to "system", open system device - otherwise 'device' should be an audio device name: mpd will find and open the specified audio device, falling back to the default device if it's not found
-