diff options
author | Max Kellermann <max@duempel.org> | 2011-09-19 07:39:27 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2011-09-19 09:39:35 +0200 |
commit | 1d8840412fc1dd76a73ee13413cd7fc9a6ff229a (patch) | |
tree | c135c1fd1cbe931b99bf5e37db0860306e2ac187 /NEWS | |
parent | df1152ee0f3b3761e9956c0084094400d1250705 (diff) | |
download | mpd-1d8840412fc1dd76a73ee13413cd7fc9a6ff229a.tar.gz mpd-1d8840412fc1dd76a73ee13413cd7fc9a6ff229a.tar.xz mpd-1d8840412fc1dd76a73ee13413cd7fc9a6ff229a.zip |
configure.ac: add option --enable-solaris-output
Allow enabling the plugin explicitly without running Solaris, to test
the build.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ ver 0.16.5 (2010/??/??) * configure.ac - disable assertions in the non-debugging build - show solaris plugin result correctly + - add option --enable-solaris-output * pcm_format: fix 32-to-24 bit conversion (the "silence" bug) * input: - rewind: reduce heap usage |