Mercurial > mplayer.hg
view loader/config.h @ 18293:d4940fbfac8c
Kiriuja's rephrasing of the identify=6 v/s -identify issue, patch by himself, applyed with minor update
author | reynaldo |
---|---|
date | Wed, 26 Apr 2006 07:48: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