Commit 8cd15a02 authored by Max Kellermann's avatar Max Kellermann

Merge tag 'release-0.18.7'

parents ea771c17 05ad335a
...@@ -18,12 +18,13 @@ ver 0.19 (not yet released) ...@@ -18,12 +18,13 @@ ver 0.19 (not yet released)
- shine: new encoder plugin - shine: new encoder plugin
* new resampler option using libsoxr * new resampler option using libsoxr
ver 0.18.7 (not yet released) ver 0.18.7 (2013/01/13)
* playlist * playlist
- pls: fix crash after parser error - pls: fix crash after parser error
- soundcloud: fix build failure with libyajl 2.0.1 - soundcloud: fix build failure with libyajl 2.0.1
* decoder * decoder
- faad: fix memory leak - faad: fix memory leak
- mpcdec: reject libmpcdec SV7 in configure script
* daemon: don't initialize supplementary groups when already running * daemon: don't initialize supplementary groups when already running
as the configured user as the configured user
......
...@@ -1089,7 +1089,7 @@ AM_CONDITIONAL(ENABLE_SNDFILE, test x$enable_sndfile = xyes) ...@@ -1089,7 +1089,7 @@ AM_CONDITIONAL(ENABLE_SNDFILE, test x$enable_sndfile = xyes)
dnl --------------------------------- musepack -------------------------------- dnl --------------------------------- musepack --------------------------------
MPD_AUTO_LIB(mpc, MPCDEC, mpcdec, main, [-lmpcdec], [], MPD_AUTO_LIB(mpc, MPCDEC, mpcdec, mpc_demux_init, [-lmpcdec], [],
[mpcdec], [libmpcdec not found]) [mpcdec], [libmpcdec not found])
if test x$enable_mpc = xyes; then if test x$enable_mpc = xyes; then
AC_DEFINE(HAVE_MPCDEC, 1, [Define to use libmpcdec for MPC decoding]) AC_DEFINE(HAVE_MPCDEC, 1, [Define to use libmpcdec for MPC decoding])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment