Mercurial > mplayer.hg
view loader/config.h @ 17690:9ca95aee8449
Show the actual ALSA version instead of the version mplayer was compiled
with, if possible.
author | cladisch |
---|---|
date | Mon, 27 Feb 2006 10:06:27 +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