summaryrefslogtreecommitdiff
path: root/src/libspudec/spu.c
diff options
context:
space:
mode:
authorDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2001-11-30 00:53:50 +0000
committerDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2001-11-30 00:53:50 +0000
commit873578a7965683e3e76420731c1d571908b54848 (patch)
treecd8153e478f39f9aac7c851672996a8e58ace71e /src/libspudec/spu.c
parentad5f52afbed82f29ba0816255edf1ff63533a2ff (diff)
downloadxine-lib-873578a7965683e3e76420731c1d571908b54848.tar.gz
xine-lib-873578a7965683e3e76420731c1d571908b54848.tar.bz2
Valid mrls are no more static (except few ones), like file suffix too.
First draft of compat.h (almost empty for now). CVS patchset: 1139 CVS date: 2001/11/30 00:53:50
Diffstat (limited to 'src/libspudec/spu.c')
-rw-r--r--src/libspudec/spu.c21
1 files changed, 1 insertions, 20 deletions
diff --git a/src/libspudec/spu.c b/src/libspudec/spu.c
index b096417e5..d089bea05 100644
--- a/src/libspudec/spu.c
+++ b/src/libspudec/spu.c
@@ -35,7 +35,7 @@
* along with this program; see the file COPYING. If not, write to
* the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
*
- * $Id: spu.c,v 1.26 2001/11/28 22:19:12 miguelfreitas Exp $
+ * $Id: spu.c,v 1.27 2001/11/30 00:53:51 f1rmb Exp $
*
*/
@@ -58,25 +58,6 @@
#define LOG_DEBUG 1
*/
-#ifdef DEBUG
-
-# ifdef __GNUC__
-# define LOG(lvl, fmt...) fprintf (stderr, fmt);
-# else
-# define LOG(lvl, ...) fprintf (stderr, __VA_ARGS__);
-# endif
-
-#else /* !DEBUG */
-
-# ifdef __GNUC__
-# define LOG(lvl, fmt...)
-# else
-# define LOG(lvl, ...)
-# endif
-
-#endif /* !DEBUG */
-
-
/* Return value: reassembly complete = 1 */
int spu_reassembly (spu_seq_t *seq, int start, uint8_t *pkt_data, u_int pkt_len)
{