diff src/musepack/libmpc.h @ 2000:89a445c53318

make musepack compile again.
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Tue, 09 Oct 2007 04:56:47 +0900
parents 4b78df9dcf93
children c1a825ee8cec
line wrap: on
line diff
--- 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();