view loader/debug.h @ 34376:fd7abb6f787a

av_helpers: remove obsolete avcodec_init.
author cigaes
date Sat, 24 Dec 2011 10:55:47 +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 */