view loader/debug.h @ 34968:0807ab90536c

Work around IMG drivers not being able to parse our shaders.
author reimar
date Tue, 07 Aug 2012 17:46:36 +0000
parents a8ea87c71d18
children
line wrap: on
line source

#ifndef MPLAYER_DEBUG_H
#define MPLAYER_DEBUG_H

#ifdef DEBUG
#define TRACE printf
#define dbg_printf printf
#else
#define TRACE(...)
#define dbg_printf(...)
#endif

#endif /* MPLAYER_DEBUG_H */