view loader/config.h @ 18946:35754d685781

vo_init hack is no longer required after the last patch removed the call from mplayer.c
author reimar
date Sat, 08 Jul 2006 14:00:37 +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