view loader/config.h @ 16500:d7da7bb42c2e

1000l bug fix: The CONFIG_LIBAVUTIL variable needs to be passed the value of the libavutil test, not some random temporary variable.
author diego
date Fri, 16 Sep 2005 12:12:48 +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