- 09 Feb, 2012 1 commit
-
-
Max Kellermann authored
To replace libcue, the unmaintained and crashy library.
-
- 04 Feb, 2012 1 commit
-
-
Avuton Olrich authored
-
- 04 Jan, 2012 1 commit
-
-
Max Kellermann authored
-
- 13 Dec, 2011 1 commit
-
-
Max Kellermann authored
Replace -I with -isystem in GLIB_CFLAGS.
-
- 12 Dec, 2011 5 commits
-
-
Avuton Olrich authored
It appears the musepack section has not really been reviewed in some time, many parts unfunctional, others, just unnecessary.
-
Avuton Olrich authored
-
Avuton Olrich authored
-
Avuton Olrich authored
-
Avuton Olrich authored
-
- 01 Dec, 2011 2 commits
-
-
Avuton Olrich authored
-
Avuton Olrich authored
-
- 13 Oct, 2011 1 commit
-
-
Max Kellermann authored
Ensure that WINVER is defined early enough, so other system headers won't fall back to their default value. Specifically, this solves a build failure (-Werror) with mingw-w64 ("WINVER redefined").
-
- 09 Oct, 2011 11 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Prepare for enabling "silent-rules".
-
Max Kellermann authored
-
Max Kellermann authored
Don't use MPD_LIBS, MPC_CFLAGS.
-
Max Kellermann authored
Don't use MPD_LIBS.
-
Max Kellermann authored
Use DESPOTIFY_LIBS in Makefile.am instead. Also, use DESPOTIFY_CFLAGS.
-
Max Kellermann authored
gprof is obsolete, it's better to use perfcounters in every aspect.
-
Max Kellermann authored
AC_SEARCH_LIBS allows the function to be present in libc.
-
Max Kellermann authored
One call to AC_SEARCH_LIBS replaces AC_CHECK_FUNCS and AC_CHECK_LIB.
-
Avuton Olrich authored
-
Avuton Olrich authored
-
- 07 Oct, 2011 1 commit
-
-
Max Kellermann authored
Defaulting to "with systemd" causes problems for users who install MPD as an unprivileged user, and it breaks "make distcheck". It looks like enabling it by default creates too many practical problems for unexperienced users. With --with-systemdsystemunitdir (without a parameter), configure.ac attempts to auto-detect systemd.
-
- 03 Oct, 2011 1 commit
-
-
Max Kellermann authored
-
- 30 Sep, 2011 1 commit
-
-
Miklos Vajna authored
-
- 20 Sep, 2011 1 commit
-
-
Max Kellermann authored
-
- 19 Sep, 2011 2 commits
-
-
Max Kellermann authored
Allow enabling the plugin explicitly without running Solaris, to test the build.
-
Max Kellermann authored
Wrong variable name.
-
- 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 6 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.
-