summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2008-01-20 01:09:10 +0000
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2008-01-20 01:09:10 +0000
commite372abc3772aa47b90fa0aadddb65ba33c54f574 (patch)
treeee40e69f5aed1d62aee1929f810db6e873ff033b
parent831fa3d538480c035102864007dc4eb4969f2fd7 (diff)
downloadxine-lib-e372abc3772aa47b90fa0aadddb65ba33c54f574.tar.gz
xine-lib-e372abc3772aa47b90fa0aadddb65ba33c54f574.tar.bz2
Comment out "#define LOG" again.
-rw-r--r--src/demuxers/demux_mpgaudio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/demuxers/demux_mpgaudio.c b/src/demuxers/demux_mpgaudio.c
index afd695d84..ee1dc915c 100644
--- a/src/demuxers/demux_mpgaudio.c
+++ b/src/demuxers/demux_mpgaudio.c
@@ -35,9 +35,9 @@
#define LOG_MODULE "demux_mpeg_audio"
#define LOG_VERBOSE
-
+/*
#define LOG
-
+*/
#include "xine_internal.h"
#include "xineutils.h"
#include "demux.h"