Mercurial > mplayer.hg
view loader/debug.h @ 35701:c7866af24567
Updated libass to 7e45532
- Removes a redundant warning message
- Fixes a wrong condition
- Fixes a leak when an error occurs
author | SubJunk |
---|---|
date | Sat, 19 Jan 2013 21:47:31 +0000 |
parents | a8ea87c71d18 |
children |
line wrap: on
line source
#ifndef MPLAYER_DEBUG_H #define MPLAYER_DEBUG_H #ifdef DEBUG #define TRACE printf #define dbg_printf printf #else #define TRACE(...) #define dbg_printf(...) #endif #endif /* MPLAYER_DEBUG_H */