view loader/config.h @ 14374:f3cd1ca20719

rest of sync of xvidenc encoding options that already existed added new options for api4 options removed outdated options
author kraymer
date Wed, 05 Jan 2005 20:04:33 +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