view loader/config.h @ 13277:ffe4d98eed6b

Cumulative patch "X11 options do not affect SDL", "\-noencodedups", "mplayer -af help now lists all available audio filters", "pullup docs + new feature for slow cpus"
author gpoirier
date Tue, 07 Sep 2004 09:59:27 +0000
parents 496fbdabeb7c
children
line wrap: on
line source

#include "../config.h"

#ifdef DEBUG
#define TRACE printf
#define dbg_printf printf
#else
#define TRACE(...)
#define dbg_printf(...)
#endif