view loader/config.h @ 19029:b8f5eff8a732

Work around DTS_INC and MLIB_INC now being gone from FFmpeg.
author diego
date Wed, 12 Jul 2006 15:20:34 +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