Mercurial > mplayer.hg
view loader/config.h @ 13312:f5c47d023557
spell-checking done for beginning until player-specific options (mplayer only)
minor changes in wording according to Diego's suggestion
many updates in videofilters section
author | kraymer |
---|---|
date | Sat, 11 Sep 2004 19:15:48 +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