view loader/config.h @ 20496:e375b17bb74a

Don't set PlayResX for plaintext subtitles. This way font proportions will not depend on frame aspect.
author eugeni
date Sun, 29 Oct 2006 13:58:30 +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