mlt_log.[hc], mlt_transition.c, mlt_tractor.c, mlt_repository.c, mlt_properties.c,
[melted] / src / framework / mlt.h
index 6f97443..8c3dc0f 100644 (file)
@@ -21,6 +21,9 @@
 #ifndef _MLT_H_
 #define _MLT_H_
 
+#define LIBMLT_VERSION_INT ((0<<16)+(2<<8)+5)
+#define LIBMLT_VERSION     0.2.5
+
 #ifdef __cplusplus
 extern "C"
 {
@@ -42,6 +45,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
 }