From: Adam Chlipala Date: Sun, 10 Aug 2003 17:10:06 +0000 (+0000) Subject: add base mlt.conf file that should go in /etc/mlt.conf X-Git-Url: http://git.hcoop.net/bpt/mlt.git/commitdiff_plain/e98e6f583de3b319a17318363c01fdaf2776528f add base mlt.conf file that should go in /etc/mlt.conf --- diff --git a/mlt.conf b/mlt.conf new file mode 100644 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