diff --git a/cmake/ConfigOptions.cmake b/cmake/ConfigOptions.cmake index bebdcefc5..23366a3d9 100644 --- a/cmake/ConfigOptions.cmake +++ b/cmake/ConfigOptions.cmake @@ -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() \ No newline at end of file +endif()