mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
2c61b49b57
* add json check before compile * do more checking on effects * add effects checking * better effects checking. * integrate schema check for default config reduce size of default configs
47 lines
1.2 KiB
C
47 lines
1.2 KiB
C
// Generated config file
|
|
|
|
// Define to enable the dispmanx grabber
|
|
#cmakedefine ENABLE_DISPMANX
|
|
|
|
// Define to enable the v4l2 grabber
|
|
#cmakedefine ENABLE_V4L2
|
|
|
|
// Define to enable the spi-device
|
|
#cmakedefine ENABLE_SPIDEV
|
|
|
|
// Define to enable the ws281x-pwm-via-dma-device using jgarff's library
|
|
#cmakedefine ENABLE_WS281XPWM
|
|
|
|
// Define to enable the spi-device
|
|
#cmakedefine ENABLE_TINKERFORGE
|
|
|
|
// Define to enable the framebuffer grabber
|
|
#cmakedefine ENABLE_FB
|
|
|
|
// Define to enable the amlogic grabber
|
|
#cmakedefine ENABLE_AMLOGIC
|
|
|
|
// Define to enable the osx grabber
|
|
#cmakedefine ENABLE_OSX
|
|
|
|
// Define to enable the x11 grabber
|
|
#cmakedefine ENABLE_X11
|
|
|
|
// Define to enable profiler for development purpose
|
|
#cmakedefine ENABLE_PROFILER
|
|
|
|
// Define version id of current config
|
|
#define CURRENT_CONFIG_VERSION ${CURRENT_CONFIG_VERSION}
|
|
|
|
// the hyperion build id string
|
|
#define HYPERION_BUILD_ID "${HYPERION_BUILD_ID}"
|
|
|
|
#define HYPERION_VERSION_MAJOR "${HYPERION_VERSION_MAJOR}"
|
|
#define HYPERION_VERSION_MINOR "${HYPERION_VERSION_MINOR}"
|
|
#define HYPERION_VERSION_PATCH "${HYPERION_VERSION_PATCH}"
|
|
#define HYPERION_VERSION "${HYPERION_VERSION_MAJOR}.${HYPERION_VERSION_MINOR}.${HYPERION_VERSION_PATCH}"
|
|
|
|
#define HYPERION_JSON_VERSION "1.0.0"
|
|
|
|
|