summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libvo/aspect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/aspect.c b/libvo/aspect.c
index 13a59f73bb..bafa2e15fb 100644
--- a/libvo/aspect.c
+++ b/libvo/aspect.c
@@ -1,7 +1,7 @@
/* Stuff for correct aspect scaling. */
#include "aspect.h"
-#define ASPECT_DEBUG
+//#define ASPECT_DEBUG
#ifdef ASPECT_DEBUG
#include <stdio.h>