X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fframework%2Fmlt.h;h=b8adca9a03a088b0e7eb3128ab516c489224ade6;hb=064bb789d7bc0778d7324279460f63c9da84ec4a;hp=d54a0f1ed6fb12fde02c8454211d1ffa441ff6f2;hpb=bb2674a23b551cbc146d40ff7a122c87856b49ff;p=mlt diff --git a/src/framework/mlt.h b/src/framework/mlt.h index d54a0f1e..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)+8) -#define LIBMLT_VERSION 0.3.8 - #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 }