diff liba52/config.h @ 3395:55ae383844e9

mplayer-liba52 config interface
author arpi
date Sun, 09 Dec 2001 15:29:42 +0000
parents
children
line wrap: on
line diff
--- /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
+