]> git.sesse.net Git - mlt/blobdiff - src/framework/mlt.h
fix frei0r and ladspa loading for relocatable builds
[mlt] / src / framework / mlt.h
index fc08a9d775388cc6c1252f7230e112ae9957e95f..b8adca9a03a088b0e7eb3128ab516c489224ade6 100644 (file)
@@ -24,9 +24,6 @@
 #ifndef _MLT_H_
 #define _MLT_H_
 
-#define LIBMLT_VERSION_INT ((0<<16)+(5<<8)+8)
-#define LIBMLT_VERSION     0.5.8
-
 #ifdef __cplusplus
 extern "C"
 {
@@ -50,6 +47,8 @@ extern "C"
 #include "mlt_profile.h"
 #include "mlt_repository.h"
 #include "mlt_log.h"
+#include "mlt_cache.h"
+#include "mlt_version.h"
 
 #ifdef __cplusplus
 }