diff options
author | Alexey Yakovenko <wakeroid@gmail.com> | 2009-10-20 22:47:40 +0200 |
---|---|---|
committer | Alexey Yakovenko <wakeroid@gmail.com> | 2009-10-20 22:47:40 +0200 |
commit | 1df74c48b7d0890db8a04496d0b11cf3961d67ff (patch) | |
tree | 629cb7397d591ac7b02da1671ef182adc998f6a9 /plugins/mpgmad | |
parent | 573ecdd15712b17a60ecc432c650df75b1b5e62d (diff) |
disabled mpgmad tracing
Diffstat (limited to 'plugins/mpgmad')
-rw-r--r-- | plugins/mpgmad/mpgmad.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/mpgmad/mpgmad.c b/plugins/mpgmad/mpgmad.c index 6f375a6b..21d3b8fb 100644 --- a/plugins/mpgmad/mpgmad.c +++ b/plugins/mpgmad/mpgmad.c @@ -22,8 +22,8 @@ #include <stdlib.h> #include "../../deadbeef.h" -#define trace(...) { fprintf(stderr, __VA_ARGS__); } -//#define trace(fmt,...) +//#define trace(...) { fprintf(stderr, __VA_ARGS__); } +#define trace(fmt,...) #define min(x,y) ((x)<(y)?(x):(y)) #define max(x,y) ((x)>(y)?(x):(y)) |