Go to the source code of this file.
#define LIBOBS_API_MAJOR_VER 0 /* 0 means development, anything can break */ |
#define LIBOBS_API_MINOR_VER 16 |
#define LIBOBS_API_PATCH_VER 2 |
Value:#define MAKE_SEMANTIC_VERSION(major, minor, patch)
Definition: obs-config.h:46
#define LIBOBS_API_PATCH_VER
Definition: obs-config.h:44
#define LIBOBS_API_MINOR_VER
Definition: obs-config.h:37
#define LIBOBS_API_MAJOR_VER
Definition: obs-config.h:30
#define MAKE_SEMANTIC_VERSION |
( |
|
major, |
|
|
|
minor, |
|
|
|
patch |
|
) |
| |
Value:((major << 24) | \
(minor << 16) | \
patch )
#define OBS_DATA_PATH "../../data" |
#define OBS_INSTALL_PREFIX "" |
#define OBS_PLUGIN_DESTINATION "obs-plugins" |
#define OBS_RELATIVE_PREFIX "../../" |
#define OBS_VERSION "unknown" |