view loader/config.h @ 17627:24238abbd150

Import common.mak v1.1 from ffmpeg cvs, now it's needed by the building system
author rtognimp
date Tue, 14 Feb 2006 21:42:49 +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