Merge ../mlt
[melted] / src / framework / mlt.h
index 6f97443..6836540 100644 (file)
@@ -1,7 +1,9 @@
-/*
- * mlt.h -- header file for lazy client and implementation code :-)
- * Copyright (C) 2003-2004 Ushodaya Enterprises Limited
- * Author: Charles Yates <charles.yates@pandora.be>
+/**
+ * \file mlt.h
+ * \brief header file for lazy client and implementation code :-)
+ *
+ * Copyright (C) 2003-2009 Ushodaya Enterprises Limited
+ * \author Charles Yates <charles.yates@pandora.be>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -21,6 +23,9 @@
 #ifndef _MLT_H_
 #define _MLT_H_
 
+#define LIBMLT_VERSION_INT ((0<<16)+(3<<8)+9)
+#define LIBMLT_VERSION     0.3.9
+
 #ifdef __cplusplus
 extern "C"
 {
@@ -42,6 +47,8 @@ extern "C"
 #include "mlt_parser.h"
 #include "mlt_geometry.h"
 #include "mlt_profile.h"
+#include "mlt_repository.h"
+#include "mlt_log.h"
 
 #ifdef __cplusplus
 }