mirror of
https://github.com/FreeRDP/FreeRDP.git
synced 2025-06-03 00:00:20 +00:00

Basics for implementing the client side of the MS-RDPEVOR channel. Sponsored by: Rangee GmbH (http://www.rangee.de)
13 lines
321 B
CMake
13 lines
321 B
CMake
|
|
set(OPTION_DEFAULT OFF)
|
|
set(OPTION_CLIENT_DEFAULT ON)
|
|
set(OPTION_SERVER_DEFAULT OFF)
|
|
|
|
define_channel_options(NAME "video" TYPE "dynamic"
|
|
DESCRIPTION "Video optimized remoting Virtual Channel Extension"
|
|
SPECIFICATIONS "[MS-RDPEVOR]"
|
|
DEFAULT ${OPTION_DEFAULT})
|
|
|
|
define_channel_client_options(${OPTION_CLIENT_DEFAULT})
|
|
|