MLT  7.24.0
Macros | Functions
mlt_version.h File Reference

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   24
 
#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 ()
 

Detailed Description

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

Macro Definition Documentation

◆ LIBMLT_VERSION

◆ LIBMLT_VERSION_INT

#define LIBMLT_VERSION_INT    ((LIBMLT_VERSION_MAJOR << 16) + (LIBMLT_VERSION_MINOR << 8) + LIBMLT_VERSION_REVISION)

◆ LIBMLT_VERSION_MAJOR

#define LIBMLT_VERSION_MAJOR   7

◆ LIBMLT_VERSION_MINOR

#define LIBMLT_VERSION_MINOR   24

◆ LIBMLT_VERSION_REVISION

#define LIBMLT_VERSION_REVISION   0

◆ MLT_STRINGIZE

#define MLT_STRINGIZE (   s)    MLT_STRINGIZE2(s)

◆ MLT_STRINGIZE2

#define MLT_STRINGIZE2 (   s)    #s

Function Documentation

◆ mlt_version_get_int()

int mlt_version_get_int ( )

◆ mlt_version_get_major()

int mlt_version_get_major ( )

◆ mlt_version_get_minor()

int mlt_version_get_minor ( )

◆ mlt_version_get_revision()

int mlt_version_get_revision ( )

◆ mlt_version_get_string()

char* mlt_version_get_string ( )