mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
30b9c20611
* - implement framegrabber type option - framegrabber autoselect - integrate x11 grabber in hyperiond * add doxy * v4l: select device by name hyperiond: fix x11 grabber connection to kodichecker config: tune default prios of boblight and v4l * make v4l name finding case insensitive
45 lines
1.2 KiB
C
45 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 ws2812b-pwm-device
|
|
#cmakedefine ENABLE_WS2812BPWM
|
|
|
|
// 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
|
|
|
|
// 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"
|