summaryrefslogtreecommitdiffstats
path: root/libao2/ao_esd.c
diff options
context:
space:
mode:
Diffstat (limited to 'libao2/ao_esd.c')
-rw-r--r--libao2/ao_esd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libao2/ao_esd.c b/libao2/ao_esd.c
index 56a73ff555..a5602ff894 100644
--- a/libao2/ao_esd.c
+++ b/libao2/ao_esd.c
@@ -54,7 +54,8 @@
#include "help_mp.h"
-#undef ESD_DEBUG
+#define ESD_RESAMPLES 0
+#define ESD_DEBUG 0
#if ESD_DEBUG
#define dprintf(...) printf(__VA_ARGS__)