X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fframework%2Fmlt.h;h=b8adca9a03a088b0e7eb3128ab516c489224ade6;hb=cb586464460811d2783a993d58b8984755810a71;hp=72c8717b027fae1e13648177022dc14909889c2e;hpb=10c07d73ca1242d281f023be2d7940ad7a2661ca;p=mlt diff --git a/src/framework/mlt.h b/src/framework/mlt.h index 72c8717b..b8adca9a 100644 --- a/src/framework/mlt.h +++ b/src/framework/mlt.h @@ -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 + * \author Dan Dennedy * * 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)+(3<<8)+6) -#define LIBMLT_VERSION 0.3.6 - #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 }