summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2012-02-05 01:45:39 +0000
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2012-02-05 01:45:39 +0000
commitf2623c09650d451d7e33fec957cacdaa8ef9eb5a (patch)
tree18782021e221b0d733ab36a664bbcaf5f14bfda2
parent04d1685c0fa0f0a6b0a11d6ec7e0c06753c83aaf (diff)
downloadxine-lib-f2623c09650d451d7e33fec957cacdaa8ef9eb5a.tar.gz
xine-lib-f2623c09650d451d7e33fec957cacdaa8ef9eb5a.tar.bz2
Fix musepack decoder compilation if libmpcdec headers aren't available.
--HG-- branch : 1.2.1-branch
-rw-r--r--ChangeLog3
-rw-r--r--src/audio_dec/xine_musepack_decoder.c2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 902690b35..de991c9cf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+xine-lib (1.2.1.1) 2012-??-??
+ * Fix musepack decoder compilation if libmpcdec headers aren't available.
+
xine-lib (1.2.1) 2012-02-04
* The "I'm at Tyneside LUG" release.
* Enable PulseAudio, JACK and VDPAU on the Hurd.
diff --git a/src/audio_dec/xine_musepack_decoder.c b/src/audio_dec/xine_musepack_decoder.c
index 84aee9387..758ca9726 100644
--- a/src/audio_dec/xine_musepack_decoder.c
+++ b/src/audio_dec/xine_musepack_decoder.c
@@ -53,7 +53,7 @@
#elif defined(HAVE_MPC_MPCDEC_H)
# include <mpc/mpcdec.h>
#else
-# include "musepack/musepack.h"
+# include "mpcdec/mpcdec.h"
#endif
#define MPC_DECODER_MEMSIZE 65536