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:
5
recipes-support/ffmpeg_%.bbappend
Normal file
5
recipes-support/ffmpeg_%.bbappend
Normal file
@@ -0,0 +1,5 @@
|
||||
# For Krdp x264 support
|
||||
PACKAGECONFIG:append = " x264 gpl"
|
||||
|
||||
# For vaapi support (hardware encoding)
|
||||
PACKAGECONFIG:append = " vaapi"
|
||||
Reference in New Issue
Block a user