view loader/config.h @ 16515:1218c5859ce8

10l: fully working DXN profile support require XviD 1.1.x. Earlier version will work but will lack VBV support
author gpoirier
date Sun, 18 Sep 2005 17:22:04 +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