Mercurial > mplayer.hg
view loader/config.h @ 17733:4c4f5c73c152
use relative paths for libav* build
absolute path in the command line can confuse ccache
author | henry |
---|---|
date | Sun, 05 Mar 2006 10:03:53 +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