Mercurial > mplayer.hg
view loader/config.h @ 17983:f5491f58af9b
Remove verbosity parameter added to print_*_header call in last revision again.
Apart from failing to compile it does not make sense for this tool.
author | diego |
---|---|
date | Mon, 27 Mar 2006 22:51:24 +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