Mercurial > mplayer.hg
view loader/config.h @ 21093:681dd07dea6c
Remove --with-toolamelibdir from help output as well.
author | diego |
---|---|
date | Mon, 20 Nov 2006 16:40:07 +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