[Musicpd-dev-team] [PATCH] Add tag support to DSD decoders

2012-09-28 Thread Jurgen Kramer
Patch to enable tag support for DSDIFF and DSF DSD decoders. Sent to Max on 19/09. Post here for completeness. http://git.musicpd.org/cgit/gtmkramer/mpd.git/commit/?id=9488b05134cf8ce0d595ffa2186bde22476b2afd Jurgen

[Musicpd-dev-team] configure.ac for current git

2012-09-28 Thread Jurgen Kramer
It seems configure.ac needs adjusting for main.c - Main.cxx. diff --git a/configure.ac b/configure.ac index 80cd64f..f7599f4 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ VERSION_MINOR=18 VERSION_REVISION=0 VERSION_EXTRA=0 -AC_CONFIG_SRCDIR([src/main.c])