]> git.sesse.net Git - mlt/blobdiff - src/framework/mlt.h
Add mlt_service_move_filter() and Mlt::Service::move_filter().
[mlt] / src / framework / mlt.h
index 45e0db2549f23b5e4efdfaffe75a51fea0f340cc..b8adca9a03a088b0e7eb3128ab516c489224ade6 100644 (file)
@@ -2,8 +2,9 @@
  * \file mlt.h
  * \brief header file for lazy client and implementation code :-)
  *
- * Copyright (C) 2003-2009 Ushodaya Enterprises Limited
+ * Copyright (C) 2003-2010 Ushodaya Enterprises Limited
  * \author Charles Yates <charles.yates@pandora.be>
+ * \author Dan Dennedy <dan@dennedy.org>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -23,9 +24,6 @@
 #ifndef _MLT_H_
 #define _MLT_H_
 
-#define LIBMLT_VERSION_INT ((0<<16)+(4<<8)+11)
-#define LIBMLT_VERSION     0.4.11
-
 #ifdef __cplusplus
 extern "C"
 {
@@ -49,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
 }