Mercurial > mplayer.hg
view loader/config.h @ 20125:127f471795e4
done! sync'ed with r20061, hoping not to have written 'strafalcioni'
author | ptt |
---|---|
date | Mon, 09 Oct 2006 11:30:52 +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