MLT
7.28.0
|
contains version information More...
Go to the source code of this file.
Macros | |
#define | LIBMLT_VERSION MLT_STRINGIZE(LIBMLT_VERSION_MAJOR.LIBMLT_VERSION_MINOR.LIBMLT_VERSION_REVISION) |
#define | LIBMLT_VERSION_INT ((LIBMLT_VERSION_MAJOR << 16) + (LIBMLT_VERSION_MINOR << 8) + LIBMLT_VERSION_REVISION) |
#define | LIBMLT_VERSION_MAJOR 7 |
#define | LIBMLT_VERSION_MINOR 28 |
#define | LIBMLT_VERSION_REVISION 0 |
#define | MLT_STRINGIZE(s) MLT_STRINGIZE2(s) |
#define | MLT_STRINGIZE2(s) #s |
Functions | |
int | mlt_version_get_int () |
int | mlt_version_get_major () |
int | mlt_version_get_minor () |
int | mlt_version_get_revision () |
char * | mlt_version_get_string () |
contains version information
Copyright (C) 2010-2024 Meltytech, LLC
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
#define LIBMLT_VERSION MLT_STRINGIZE(LIBMLT_VERSION_MAJOR.LIBMLT_VERSION_MINOR.LIBMLT_VERSION_REVISION) |
#define LIBMLT_VERSION_INT ((LIBMLT_VERSION_MAJOR << 16) + (LIBMLT_VERSION_MINOR << 8) + LIBMLT_VERSION_REVISION) |
#define LIBMLT_VERSION_MAJOR 7 |
#define LIBMLT_VERSION_MINOR 28 |
#define LIBMLT_VERSION_REVISION 0 |
#define MLT_STRINGIZE | ( | s | ) | MLT_STRINGIZE2(s) |
int mlt_version_get_int | ( | ) |
int mlt_version_get_major | ( | ) |
int mlt_version_get_minor | ( | ) |
int mlt_version_get_revision | ( | ) |
char* mlt_version_get_string | ( | ) |