Mercurial > mplayer.hg
view loader/config.h @ 12805:0b154063a3ca
fixes provided by reimar drfinger. mixer, subdevice parsing, alsa#help,
set chunksize, others.
author | joyping |
---|---|
date | Tue, 13 Jul 2004 15:47:16 +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