Mercurial > mplayer.hg
view loader/config.h @ 12926:6eb8d78e2d47
10l query format at least when used with vidix, disable colorkeying with vidix, should fix #38 and #33
author | faust3 |
---|---|
date | Sun, 01 Aug 2004 11:17: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