KRdp will use x264 and VA-API to encode the screen using hardware acceleration. Make sure both of these options are enabled. Signed-off-by: Marc Ferland <marc.ferland@sonatest.com>
6 lines
132 B
Plaintext
6 lines
132 B
Plaintext
# For Krdp x264 support
|
|
PACKAGECONFIG:append = " x264 gpl"
|
|
|
|
# For vaapi support (hardware encoding)
|
|
PACKAGECONFIG:append = " vaapi"
|