-
-
Notifications
You must be signed in to change notification settings - Fork 117
/
HyperhdrConfig.h.in
94 lines (63 loc) · 2.11 KB
/
HyperhdrConfig.h.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
// Generated config file
// enable emmbeded web resources
#cmakedefine USE_EMBEDDED_WEB_RESOURCES
// enable shared lib loading
#cmakedefine USE_SHARED_LIBS
// support for static QT plugins
#cmakedefine USE_STATIC_QT_PLUGINS
// cec support
#cmakedefine ENABLE_CEC
// directx grabber
#cmakedefine ENABLE_DX
// framebuffer linux system grabber
#cmakedefine ENABLE_FRAMEBUFFER
// macOs system grabber
#cmakedefine ENABLE_MAC_SYSTEM
// x11 linux system grabber
#cmakedefine ENABLE_X11
// PipeWire system grabber
#cmakedefine ENABLE_PIPEWIRE
// PipeWire EGL extension
#cmakedefine ENABLE_PIPEWIRE_EGL
// Define to enable sound linux
#cmakedefine ENABLE_SOUNDCAPLINUX
// Define to enable sound windows
#cmakedefine ENABLE_SOUNDCAPWINDOWS
// Define to enable sound macos
#cmakedefine ENABLE_SOUNDCAPMACOS
// Define to enable the macOS grabber
#cmakedefine ENABLE_AVF
// Define to enable the v4l2 grabber
#cmakedefine ENABLE_V4L2
// Define to enable the WMF grabber
#cmakedefine ENABLE_MF
// 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 systray control
#cmakedefine ENABLE_SYSTRAY
// Define to enable network discovery
#cmakedefine ENABLE_BONJOUR
// Define to enable MQTT network client
#cmakedefine ENABLE_MQTT
// Define to enable system qmqtt
#cmakedefine USE_SYSTEM_MQTT_LIBS
// Define to enable protobuf
#cmakedefine ENABLE_XZ
// Define to enable protobuf
#cmakedefine ENABLE_PROTOBUF
// Define to enable system flatbuffers
#cmakedefine USE_SYSTEM_FLATBUFFERS_LIBS
// Define to enable system mbedtls
#cmakedefine USE_SYSTEM_MBEDTLS_LIBS
#cmakedefine ENABLE_POWER_MANAGEMENT
#cmakedefine HYPERHDR_HAVE_DBUS
// the hyperhdr build id string
#define HYPERHDR_BUILD_ID "${HYPERHDR_BUILD_ID}"
#define HYPERHDR_GIT_REMOTE "${HYPERHDR_GIT_REMOTE}"
#define HYPERHDR_VERSION_MAJOR "${HYPERHDR_VERSION_MAJOR}"
#define HYPERHDR_VERSION_MINOR "${HYPERHDR_VERSION_MINOR}"
#define HYPERHDR_VERSION_PATCH "${HYPERHDR_VERSION_PATCH}"
#define HYPERHDR_VERSION "${HYPERHDR_VERSION}"
#define HYPERHDR_JSON_VERSION "1.0.0"