X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fframework%2Fmlt.h;h=b8adca9a03a088b0e7eb3128ab516c489224ade6;hb=e9053040dcc79a84363f0f48206fb6bd92e3ba58;hp=48f76d74d9c492764f6e71e195de4e0f84fffe52;hpb=250082319d1c260edae49e18f6393bf159a63e47;p=mlt diff --git a/src/framework/mlt.h b/src/framework/mlt.h index 48f76d74..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)+(5<<8)+4) -#define LIBMLT_VERSION 0.5.4 - #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 }