diff --git a/recipes-support/ffmpeg_%.bbappend b/recipes-support/ffmpeg_%.bbappend new file mode 100644 index 0000000..bee3eea --- /dev/null +++ b/recipes-support/ffmpeg_%.bbappend @@ -0,0 +1,5 @@ +# For Krdp x264 support +PACKAGECONFIG:append = " x264 gpl" + +# For vaapi support (hardware encoding) +PACKAGECONFIG:append = " vaapi"