view loader/config.h @ 17100:29760118597b

fix mplayer.c:509: warning: implicit declaration of function 'free_osd_list'
author rathann
date Mon, 05 Dec 2005 01:34:13 +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