Re: Latest xine-lib 1.2.1

Darren Salt <[email protected]> Sun, 05 Feb 2012 01:30:51 +0000
Newsgroups gmane.comp.video.xine.user
Message-ID <5261F17FBC%[email protected]>
I demand that Donn Washburn may or may not have written...

> It will not compile on openSuSE 12.1 ever again based on it needs 
> musepack.h according to one section.of code.  And after looking for 
> "musepack.h linux" on google it was not found..  It was not found as a 
> rpm or source.
> Anyone know where it can be found

You need the libmpcdec header files or the following patch (which will be
part of the next 1.2 release):

diff --git a/src/audio_dec/xine_musepack_decoder.c b/src/audio_dec/xine_musepack_decoder.c
--- 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

-- 
|  _  | Darren Salt, using Debian GNU/Linux (and Android)
| ( ) |
|  X  | ASCII Ribbon campaign against HTML e-mail
| / \ | http://www.asciiribbon.org/

I love treason but hate a traitor.

------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2