aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2010-07-20 18:26:13 +0200
committerMax Kellermann <max@duempel.org>2010-07-20 18:23:56 +0200
commit898a13f196eb005c969794bf16d8afa858a48f33 (patch)
tree86512c8f902cb9984f2e2a11bb1befc32613ffef /NEWS
parentb97e92468fa137780fe980eaf3d999bdc83d800a (diff)
downloadmpd-898a13f196eb005c969794bf16d8afa858a48f33.tar.gz
mpd-898a13f196eb005c969794bf16d8afa858a48f33.tar.xz
mpd-898a13f196eb005c969794bf16d8afa858a48f33.zip
decoder/wildmidi: support version 0.2.3
In libwildmidi 0.2.3, the function WildMidi_SampledSeek() was removed, without changing the SO name. This patch adds an autoconf check for that function. Fall back to WildMidi_FastSeek() if WildMidi_SampledSeek() is not available anymore.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 85d34ddb6..1dd15e4b3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,6 @@
ver 0.15.12 (2010/??/??)
+* decoders:
+ - wildmidi: support version 0.2.3
ver 0.15.11 (2010/06/14)