aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-08-13 18:49:44 +0200
committerMax Kellermann <max@duempel.org>2014-08-13 18:49:44 +0200
commit8b7718fbdc539a799c1c081f43263813613b26a3 (patch)
tree8cf2d4b586ff84a74ae8d30d03779d9e2348ab73 /configure.ac
parentb44957ad914296cb53456d3fb56b380d81ec5fb6 (diff)
downloadmpd-8b7718fbdc539a799c1c081f43263813613b26a3.tar.gz
mpd-8b7718fbdc539a799c1c081f43263813613b26a3.tar.xz
mpd-8b7718fbdc539a799c1c081f43263813613b26a3.zip
encoder/shine: require libshine 3.1, adapt to new API
The "written" argument to shine_encode_buffer() and shine_flush() was changed from "long" to "int", which breaks API and ABI compatibility. This is a big deal, and it doesn't seem worthwile to keep support for the (broken) 3.0 release.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0d528c61a..e3d4730f4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1447,7 +1447,7 @@ AM_CONDITIONAL(ENABLE_FLAC_ENCODER, test x$enable_flac_encoder = xyes)
dnl ------------------------------- Shine Encoder ------------------------------
-MPD_AUTO_PKG(shine_encoder, SHINE, [shine >= 3],
+MPD_AUTO_PKG(shine_encoder, SHINE, [shine >= 3.1],
[shine encoder], [libshine not found])
if test x$enable_shine_encoder = xyes; then