Files
meta-kde/recipes-support/ffmpeg_%.bbappend
Marc Ferland 447712afbd 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>
2024-11-26 11:29:42 -05:00

6 lines
132 B
Plaintext

# For Krdp x264 support
PACKAGECONFIG:append = " x264 gpl"
# For vaapi support (hardware encoding)
PACKAGECONFIG:append = " vaapi"