We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85c3114 commit e685e5cCopy full SHA for e685e5c
docs/Doxyfile
@@ -32,7 +32,6 @@ PROJECT_NAME = Sunshine
32
# project specific settings
33
DOT_GRAPH_MAX_NODES = 60
34
IMAGE_PATH = ../docs/images
35
-INCLUDE_PATH = ../third-party/build-deps/dist/Linux-x86_64/include/
36
PREDEFINED += SUNSHINE_BUILD_WAYLAND
37
PREDEFINED += SUNSHINE_TRAY=1
38
src/config.cpp
@@ -59,7 +59,7 @@ namespace config {
59
} // namespace nv
60
61
namespace amd {
62
-#ifndef _WIN32
+#if !defined(_WIN32) || defined(DOXYGEN)
63
// values accurate as of 27/12/2022, but aren't strictly necessary for MacOS build
64
#define AMF_VIDEO_ENCODER_AV1_QUALITY_PRESET_SPEED 100
65
#define AMF_VIDEO_ENCODER_AV1_QUALITY_PRESET_QUALITY 30
0 commit comments