X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fframework%2Fmlt.h;h=9885e755329c73eb65bace8d1cad558c389c057b;hb=fd308354e80f49518f3aa6f666c99162f318d9f2;hp=6f974436d9f6a2cba081f5c519fe0a823abca6de;hpb=40b169c095486ba1b868486eb98a47c41f36ce8c;p=mlt diff --git a/src/framework/mlt.h b/src/framework/mlt.h index 6f974436..9885e755 100644 --- a/src/framework/mlt.h +++ b/src/framework/mlt.h @@ -1,7 +1,9 @@ -/* - * mlt.h -- header file for lazy client and implementation code :-) - * Copyright (C) 2003-2004 Ushodaya Enterprises Limited - * Author: Charles Yates +/** + * \file mlt.h + * \brief header file for lazy client and implementation code :-) + * + * Copyright (C) 2003-2009 Ushodaya Enterprises Limited + * \author Charles Yates * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -21,6 +23,9 @@ #ifndef _MLT_H_ #define _MLT_H_ +#define LIBMLT_VERSION_INT ((0<<16)+(5<<8)+0) +#define LIBMLT_VERSION 0.5.0 + #ifdef __cplusplus extern "C" { @@ -42,6 +47,8 @@ extern "C" #include "mlt_parser.h" #include "mlt_geometry.h" #include "mlt_profile.h" +#include "mlt_repository.h" +#include "mlt_log.h" #ifdef __cplusplus }