view loader/config.h @ 11905:e1730b82a762

Telecine HOWTO by Corey Hickey <bugfood-ml@fatooh.org>, some modifications by my humble self.
author diego
date Sun, 01 Feb 2004 22:36:14 +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