add base mlt.conf file that should go in /etc/mlt.conf
authorAdam Chlipala <adamc@hcoop.net>
Sun, 10 Aug 2003 17:10:06 +0000 (17:10 +0000)
committerAdam Chlipala <adamc@hcoop.net>
Sun, 10 Aug 2003 17:10:06 +0000 (17:10 +0000)
mlt.conf [new file with mode: 0644]

diff --git a/mlt.conf b/mlt.conf
new file mode 100644 (file)
index 0000000..4c58410
--- /dev/null
+++ b/mlt.conf
@@ -0,0 +1,12 @@
+compiler       /home/adam/cvs/mlt/src/sources.cm
+lib            /home/adam/cvs/mlt/src/lib/sources.cm
+
+print unit =
+print int = (Web.print o Int.toString)
+print string = Web.print
+print bool = (Web.print o Bool.toString)
+print real = (Web.print o Real.toString)
+print Time.time = (Web.print o Date.toString o Date.fromTimeLocal)
+
+
+cm $/basis.cm
\ No newline at end of file