view loader/config.h @ 19634:7ec9c72264bc

-lm needs to come before -laudio to avoid link errors in the NAS check. patch by Bernd Ernesti, mplayer-dev-eng [{at}] lists [{dot}] veego [{dot}] de
author diego
date Sat, 02 Sep 2006 15:48:21 +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