Mercurial > mplayer.hg
view loader/debug.h @ 21830:01bb9c073e77
clarify a few things about the interaction between *cmp and mbd options
fix encoding example that featured a option that didn't have any effect (because of the interaction mentioned above)
author | gpoirier |
---|---|
date | Sun, 07 Jan 2007 10:39:00 +0000 |
parents | a2e02e6b6379 |
children | 6ac1ece1f9fe |
line wrap: on
line source
#ifdef DEBUG #define TRACE printf #define dbg_printf printf #else #define TRACE(...) #define dbg_printf(...) #endif