X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fframework%2Fmlt.h;h=9d93064f6f865af1459762fb5e3551ef553898e9;hb=47eef7b244ffae6a4ae3405c6bcb3805998b20ac;hp=1eb7f5198dfe4d4e0966d973224e29d2a6695e1d;hpb=3c7a0a029912cb05a15de8dc3f4b28acb7a46907;p=mlt diff --git a/src/framework/mlt.h b/src/framework/mlt.h index 1eb7f519..9d93064f 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,8 +24,14 @@ #ifndef _MLT_H_ #define _MLT_H_ -#define LIBMLT_VERSION_INT ((0<<16)+(4<<8)+6) -#define LIBMLT_VERSION 0.4.6 +/** \mainpage MLT API Reference Documentation + * \par + * We recommend that you look in Data Structures + * or Files. + * \par + * Additional documentation about MLT, in general, can be found on the + * MLT website. + */ #ifdef __cplusplus extern "C" @@ -49,6 +56,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 }