diff options
author | Max Kellermann <max@duempel.org> | 2014-01-11 21:02:12 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-01-11 21:02:12 +0100 |
commit | 7faeb2ff2bba412d2b830f2be520953078f7d60a (patch) | |
tree | 3748541652d5a33024c12182e622a02b89c27afe /NEWS | |
parent | fdd76b346171126e143835429a26044a1cbbfb8f (diff) | |
download | mpd-7faeb2ff2bba412d2b830f2be520953078f7d60a.tar.gz mpd-7faeb2ff2bba412d2b830f2be520953078f7d60a.tar.xz mpd-7faeb2ff2bba412d2b830f2be520953078f7d60a.zip |
configure.ac: reject libmpcdec SV7 in configure script
Look for symbol "mpc_demux_init" which does not exist in SV7. This
avoids build failures when SV7 was found by configure.ac.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ ver 0.18.7 (not yet released) - soundcloud: fix build failure with libyajl 2.0.1 * decoder - faad: fix memory leak + - mpcdec: reject libmpcdec SV7 in configure script * daemon: don't initialize supplementary groups when already running as the configured user |