view loader/config.h @ 19434:f2da98669a77

new STREAM_CTRL_SEEK_TO_CHAPTER (will be used by streams dvd[nav], maybe [s]vcd
author nicodvb
date Fri, 18 Aug 2006 16:44: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