mlt_log.[hc], mlt_transition.c, mlt_tractor.c, mlt_repository.c, mlt_properties.c,
[melted] / src / framework / mlt.h
index 9e4f962..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"
 {
@@ -43,6 +46,7 @@ extern "C"
 #include "mlt_geometry.h"
 #include "mlt_profile.h"
 #include "mlt_repository.h"
+#include "mlt_log.h"
 
 #ifdef __cplusplus
 }