ffmpeg: make sure to enable x264 and vaapi

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>
This commit is contained in:
Marc Ferland
2024-11-26 10:49:25 -05:00
parent f77c7d571b
commit 447712afbd

View File

@@ -0,0 +1,5 @@
# For Krdp x264 support
PACKAGECONFIG:append = " x264 gpl"
# For vaapi support (hardware encoding)
PACKAGECONFIG:append = " vaapi"