# HG changeset patch # User Yoshiki Yazawa # Date 1191873407 -32400 # Node ID 89a445c533187e55e12403f649ec94c410f9715b # Parent 3afd18361a1058b717bdfcaf41af8939a3321cec make musepack compile again. diff -r 3afd18361a10 -r 89a445c53318 configure.ac --- a/configure.ac Tue Oct 09 00:02:50 2007 +0900 +++ b/configure.ac Tue Oct 09 04:56:47 2007 +0900 @@ -752,6 +752,7 @@ if test "$enable_musepack" = "yes"; then INPUT_PLUGINS="$INPUT_PLUGINS musepack" + AC_SUBST(TAGLIB_CFLAGS) fi dnl *** WMA diff -r 3afd18361a10 -r 89a445c53318 src/musepack/libmpc.h --- a/src/musepack/libmpc.h Tue Oct 09 00:02:50 2007 +0900 +++ b/src/musepack/libmpc.h Tue Oct 09 04:56:47 2007 +0900 @@ -108,7 +108,7 @@ static void mpcStop(InputPlayback *data); static void mpcPause(InputPlayback *data, short); static void mpcSeek(InputPlayback *data, int); -static void mpcSetEq(int, float, float*); +//static void mpcSetEq(int, float, float*); static int mpcGetTime(InputPlayback *data); static void mpcGetSongInfo(char*, char**, int*); static void freeTags(MpcInfo&); @@ -126,8 +126,8 @@ static void lockAcquire(); static void lockRelease(); static void* decodeStream(InputPlayback*); -static int processBuffer(MPC_SAMPLE_FORMAT*, char*, mpc_decoder&); -static void* endThread(char*, FILE*, bool); +static int processBuffer(InputPlayback*, MPC_SAMPLE_FORMAT*, char*, mpc_decoder&); +//static void* endThread(char*, FILE*, bool); static bool isAlive(); static void setAlive(bool); static double getOffset();