mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 08:24:16 +09:00
Add CMake config option for VAAPI
This commit is contained in:
@@ -145,6 +145,7 @@ option(WITH_GSSAPI "Compile support for kerberos authentication. (EXPERIMENTAL)"
|
||||
option(WITH_DSP_EXPERIMENTAL "Enable experimental sound encoder/decoder formats" OFF)
|
||||
if (WITH_FFMPEG)
|
||||
option(WITH_DSP_FFMPEG "Use FFMPEG for audio encoding/decoding" OFF)
|
||||
option(WITH_VAAPI "Use FFMPEG VAAPI" OFF)
|
||||
endif(WITH_FFMPEG)
|
||||
|
||||
option(USE_VERSION_FROM_GIT_TAG "Extract FreeRDP version from git tag." OFF)
|
||||
@@ -163,4 +164,4 @@ endif(IOS)
|
||||
if (WITH_SERVER)
|
||||
# Proxy Options
|
||||
option(WITH_PROXY_MODULES "Compile proxy modules" OFF)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user