|
QVisu
Qt-based visualization for smart homes
|
Go to the source code of this file.
Macros | |
| #define | LIBVLC_VERSION_MAJOR (2) |
| #define | LIBVLC_VERSION_MINOR (1) |
| #define | LIBVLC_VERSION_REVISION (5) |
| #define | LIBVLC_VERSION_EXTRA (0) |
| #define | LIBVLC_VERSION(maj, min, rev, extra) ((maj << 24) | (min << 16) | (rev << 8) | (extra)) |
| #define | LIBVLC_VERSION_INT |
This file defines version macros for LibVLC. Those macros are primilarly intended for conditional (pre)compilation. To get the run-time LibVLC version, use libvlc_get_version() instead (the run-time version may be more recent than build-time one, thanks to backward binary compatibility).
| #define LIBVLC_VERSION | ( | maj, | |
| min, | |||
| rev, | |||
| extra | |||
| ) | ((maj << 24) | (min << 16) | (rev << 8) | (extra)) |
Makes a single integer from a LibVLC version numbers
| #define LIBVLC_VERSION_INT |
LibVLC full version as a single integer (for comparison)
| #define LIBVLC_VERSION_MAJOR (2) |
LibVLC major version number
| #define LIBVLC_VERSION_MINOR (1) |
LibVLC minor version number
| #define LIBVLC_VERSION_REVISION (5) |
LibVLC revision