]> git.sesse.net Git - mlt/blobdiff - src/framework/mlt.h
Set version to 0.5.0.
[mlt] / src / framework / mlt.h
index 6f974436d9f6a2cba081f5c519fe0a823abca6de..9885e755329c73eb65bace8d1cad558c389c057b 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)+(5<<8)+0)
+#define LIBMLT_VERSION     0.5.0
+
 #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
 }