summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/libdivx4/xine_decoder.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libdivx4/xine_decoder.c b/src/libdivx4/xine_decoder.c
index 04d6c272a..3622f0206 100644
--- a/src/libdivx4/xine_decoder.c
+++ b/src/libdivx4/xine_decoder.c
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: xine_decoder.c,v 1.20 2002/03/11 23:43:58 guenter Exp $
+ * $Id: xine_decoder.c,v 1.21 2002/03/19 16:17:08 f1rmb Exp $
*
* xine decoder plugin using divx4
*
@@ -60,7 +60,7 @@
#if CATCH_SIGSEGV
#include <signal.h>
-#define LOG
+/* #define LOG */
/* to be able to restore the old handler */
void (*old_handler)(int);