repo.or.cz
/
mplayer
/
glamo.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
sync with en/mplayer.1 rev. 30868
[mplayer/glamo.git]
/
loader
/
debug.h
blob
ad3c9d5a464a4c7acf605f3f9a85741e991055a4
1
#ifndef MPLAYER_DEBUG_H
2
#define MPLAYER_DEBUG_H
3
4
#ifdef DEBUG
5
#define TRACE printf
6
#define dbg_printf printf
7
#else
8
#define TRACE(...)
9
#define dbg_printf(...)
10
#endif
11
12
#endif
/* MPLAYER_DEBUG_H */