view loader/config.h @ 20970:5e7183c4d01c

r20972: defined MSGTR_OSDVideo r20969: document new key binding for switching video streams in MPEG-TS
author voroshil
date Fri, 17 Nov 2006 14:57:12 +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