summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2007-04-03 13:13:13 +1000
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2007-04-03 13:13:13 +1000
commit61dacbd33a231e584bf400c195969d2357feaefc (patch)
tree27e3426a4d98eb53f4f4ee4501594874d8981f56
parent14e4fc659d17649a7575c5f6e53fce0c8927cb68 (diff)
twin_jpeg: don't enable DEBUG by default
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
-rw-r--r--libtwin/twin_jpeg.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libtwin/twin_jpeg.c b/libtwin/twin_jpeg.c
index 48574e8..273dbf7 100644
--- a/libtwin/twin_jpeg.c
+++ b/libtwin/twin_jpeg.c
@@ -33,12 +33,11 @@
#include "twin_jpeg.h"
-
#if BITS_IN_JSAMPLE != 8
#error supports only libjpeg with 8 bits per sample
#endif
-#if 1
+#if 0
#define DEBUG(fmt...) printf(fmt)
#else
#define DEBUG(fmt...)