Mercurial > mplayer.hg
view loader/config.h @ 13397:6cfffb50ea42
This patch enables the compilation and linking of vo_pnm (the portable
anymap video output driver) to libvo.
author | ivo |
---|---|
date | Mon, 20 Sep 2004 01:31:26 +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