Mercurial > mplayer.hg
view loader/config.h @ 13776:3029f9e4f2ac
repace call to sleep_accurate to usleep which fix hang while using -cache option on osx
author | nplourde |
---|---|
date | Wed, 27 Oct 2004 18:03:11 +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