Mercurial > mplayer.hg
view loader/config.h @ 12201:aff28f68dbc8
Make caca detection consistent with the others using *-config, also avoids
an ugly error message when caca-config is not installed.
author | diego |
---|---|
date | Tue, 13 Apr 2004 21:40:04 +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