Skip to content

Commit 0937617

Browse files
committed
Disable DirectX grabber per default
1 parent 865e101 commit 0937617

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
147147
- Removed: `session-updates` subscription
148148
- Deprecated: `serverinfo/subscribe`
149149
- Use `subscribe` / `unsubscribe` subcommands instead
150+
- Deprecated: DirectX grabber in favour of the new DXGI DDA grabber
150151

151152
## [2.0.16](https://github.com/hyperion-project/hyperion.ng/releases/tag/2.0.16) - 2024-01
152153

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ if("${PLATFORM}" MATCHES "osx")
205205

206206
elseif ("${PLATFORM}" MATCHES "windows")
207207
if(${CMAKE_SYSTEM_PROCESSOR} MATCHES "i386|i686|amd64|x86_64|AMD64")
208-
set(DEFAULT_DX ON)
208+
set(DEFAULT_DX OFF)
209209
endif()
210210
elseif ("${PLATFORM}" MATCHES "rpi")
211211
set(DEFAULT_DISPMANX ON)

0 commit comments

Comments
 (0)