changeset 3395:55ae383844e9

mplayer-liba52 config interface
author arpi
date Sun, 09 Dec 2001 15:29:42 +0000
parents 35b18ed357c2
children 098634f41331
files liba52/config.h
diffstat 1 files changed, 12 insertions(+), 0 deletions(-) [+]
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
+