mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 02:20:56 +01:00
tools/cws2fws: Use a similar implementation in dbgprintf() as in ff_dlog()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
0a6b410edf
commit
3c7d3d27be
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@
|
|||
#ifdef DEBUG
|
||||
#define dbgprintf printf
|
||||
#else
|
||||
#define dbgprintf(...)
|
||||
#define dbgprintf(...) do { if (0) printf(__VA_ARGS__); } while (0)
|
||||
#endif
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue