2013-11-19 23:02:41 +01:00
|
|
|
// Generated config file
|
|
|
|
|
|
|
|
// Define to enable the dispmanx grabber
|
|
|
|
#cmakedefine ENABLE_DISPMANX
|
2014-01-04 13:24:05 +01:00
|
|
|
|
|
|
|
// Define to enable the v4l2 grabber
|
|
|
|
#cmakedefine ENABLE_V4L2
|
2014-01-11 13:00:51 +01:00
|
|
|
|
2015-01-18 00:04:45 +01:00
|
|
|
// Define to enable the framebuffer grabber
|
|
|
|
#cmakedefine ENABLE_FB
|
|
|
|
|
2015-08-20 09:51:44 +02:00
|
|
|
// Define to enable the amlogic grabber
|
|
|
|
#cmakedefine ENABLE_AMLOGIC
|
|
|
|
|
2015-01-24 23:42:22 +01:00
|
|
|
// Define to enable the osx grabber
|
|
|
|
#cmakedefine ENABLE_OSX
|
|
|
|
|
2016-07-24 15:18:34 +02:00
|
|
|
// Define to enable the x11 grabber
|
|
|
|
#cmakedefine ENABLE_X11
|
|
|
|
|
2020-08-03 12:31:39 +02:00
|
|
|
// Define to enable the xcb grabber
|
|
|
|
#cmakedefine ENABLE_XCB
|
|
|
|
|
2019-01-06 19:49:56 +01:00
|
|
|
// Define to enable the qt grabber
|
|
|
|
#cmakedefine ENABLE_QT
|
|
|
|
|
2017-08-07 10:05:46 +02:00
|
|
|
// 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 tinkerforge device
|
|
|
|
#cmakedefine ENABLE_TINKERFORGE
|
|
|
|
|
2020-05-12 19:51:19 +02:00
|
|
|
// Define to enable avahi
|
|
|
|
#cmakedefine ENABLE_AVAHI
|
|
|
|
|
2020-07-20 20:06:41 +02:00
|
|
|
// Define to enable cec
|
|
|
|
#cmakedefine ENABLE_CEC
|
|
|
|
|
2017-08-07 10:05:46 +02:00
|
|
|
// Define to enable the usb / hid devices
|
|
|
|
#cmakedefine ENABLE_USB_HID
|
|
|
|
|
2016-06-05 16:08:55 +02:00
|
|
|
// Define to enable profiler for development purpose
|
|
|
|
#cmakedefine ENABLE_PROFILER
|
|
|
|
|
2020-08-02 22:37:52 +02:00
|
|
|
// Define to enable experimental features
|
|
|
|
#cmakedefine ENABLE_EXPERIMENTAL
|
|
|
|
|
2016-06-05 16:08:55 +02:00
|
|
|
// the hyperion build id string
|
2016-06-24 23:22:31 +02:00
|
|
|
#define HYPERION_BUILD_ID "${HYPERION_BUILD_ID}"
|
2020-02-16 13:55:38 +01:00
|
|
|
#define HYPERION_GIT_REMOTE "${HYPERION_GIT_REMOTE}"
|
2016-06-24 23:22:31 +02:00
|
|
|
|
2020-02-16 16:24:33 +01:00
|
|
|
#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}"
|
2016-06-24 23:22:31 +02:00
|
|
|
|
|
|
|
#define HYPERION_JSON_VERSION "1.0.0"
|