Mercurial > mplayer.hg
view loader/config.h @ 13785:03188593a9fe
vivodump compiles now, so it can be added to OBJS.
author | diego |
---|---|
date | Thu, 28 Oct 2004 01:03: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