Skip to content

Commit e685e5c

Browse files
docs(doxygen): remove INCLUDE_PATH from config
1 parent 85c3114 commit e685e5c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docs/Doxyfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ PROJECT_NAME = Sunshine
3232
# project specific settings
3333
DOT_GRAPH_MAX_NODES = 60
3434
IMAGE_PATH = ../docs/images
35-
INCLUDE_PATH = ../third-party/build-deps/dist/Linux-x86_64/include/
3635
PREDEFINED += SUNSHINE_BUILD_WAYLAND
3736
PREDEFINED += SUNSHINE_TRAY=1
3837

src/config.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ namespace config {
5959
} // namespace nv
6060

6161
namespace amd {
62-
#ifndef _WIN32
62+
#if !defined(_WIN32) || defined(DOXYGEN)
6363
// values accurate as of 27/12/2022, but aren't strictly necessary for MacOS build
6464
#define AMF_VIDEO_ENCODER_AV1_QUALITY_PRESET_SPEED 100
6565
#define AMF_VIDEO_ENCODER_AV1_QUALITY_PRESET_QUALITY 30

0 commit comments

Comments
 (0)