mlt_playlist.c: return error on mlt_playlist_get_clip_info if producer is null.
[melted] / src / framework / mlt.h
index 6f97443..d4e2721 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,7 @@ extern "C"
 #include "mlt_parser.h"
 #include "mlt_geometry.h"
 #include "mlt_profile.h"
+#include "mlt_repository.h"
 
 #ifdef __cplusplus
 }