mpd: Update to 0.18.23, fix ALSA support in mpd-mini, refresh patches

Signed-off-by: Ted Hess <thess@kitschensync.net>
This commit is contained in:
Ted Hess
2015-05-12 15:16:07 -04:00
parent 86668ddea4
commit 934b9a60ca
3 changed files with 4 additions and 6 deletions
@@ -1,6 +1,6 @@
--- a/src/decoder/FfmpegDecoderPlugin.cxx
+++ b/src/decoder/FfmpegDecoderPlugin.cxx
@@ -634,6 +634,7 @@ static const char *const ffmpeg_mime_typ
@@ -666,6 +666,7 @@ static const char *const ffmpeg_mime_typ
"audio/qcelp",
"audio/vorbis",
"audio/vorbis+ogg",
@@ -1,6 +1,6 @@
--- a/src/decoder/FfmpegDecoderPlugin.cxx
+++ b/src/decoder/FfmpegDecoderPlugin.cxx
@@ -373,6 +373,13 @@ ffmpeg_probe(Decoder *decoder, InputStre
@@ -376,6 +376,13 @@ ffmpeg_probe(Decoder *decoder, InputStre
unsigned char buffer[BUFFER_SIZE];
size_t nbytes = decoder_read(decoder, is, buffer, BUFFER_SIZE);