From 4a3e6885409edf28b82aa572eff0c6599f67464a Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Thu, 24 Jun 2010 20:15:57 +0200 Subject: disable tracing in dts plugin (speeds up adding wav files significantly) --- plugins/dca/dcaplug.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/plugins/dca/dcaplug.c b/plugins/dca/dcaplug.c index fca8569f..11a1742d 100644 --- a/plugins/dca/dcaplug.c +++ b/plugins/dca/dcaplug.c @@ -43,8 +43,9 @@ #define min(x,y) ((x)<(y)?(x):(y)) #define max(x,y) ((x)>(y)?(x):(y)) -#define trace(...) { fprintf (stderr, __VA_ARGS__); } -//#define trace(fmt,...) +//#define trace(...) { fprintf (stderr, __VA_ARGS__); } +#define trace(fmt,...) + static const char * exts[] = { "wav", NULL }; static const char *filetypes[] = { "DTS WAV", NULL }; -- cgit v1.2.3