view loader/config.h @ 20877:80f8846c7df0

Incomplete support for vobsub (missing palette support) and text (missing styles and edl support) subtitles in mov, see also bug #611
author reimar
date Mon, 13 Nov 2006 18:41:24 +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