# HG changeset patch # User arpi # Date 1007911782 0 # Node ID 55ae383844e9511d7562d22f07384c39e48d552b # Parent 35b18ed357c23fdc1c46e107da5b7df5ee63306d mplayer-liba52 config interface diff -r 35b18ed357c2 -r 55ae383844e9 liba52/config.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/liba52/config.h Sun Dec 09 15:29:42 2001 +0000 @@ -0,0 +1,12 @@ + +// mplayer -> liba52 config wrapper mess + +#include "../config.h" + +#ifdef HAVE_MLIB +#define LIBA52_MLIB +#endif + +// define for double precision: +//#define LIBA52_DOUBLE +