From: Hugo Villeneuve Date: Sat, 28 Mar 2026 05:53:31 +0000 (-0400) Subject: Enable openssl in ffmpeg for https support X-Git-Url: http://gitweb.hugovil.com/sitemap.xml?a=commitdiff_plain;h=0682be1950cb81c5d89fc3c151ed915c787f4d00;p=yocto%2Fmeta-hvmpd.git Enable openssl in ffmpeg for https support Signed-off-by: Hugo Villeneuve --- diff --git a/recipes-multimedia/ffmpeg/ffmpeg_%.bbappend b/recipes-multimedia/ffmpeg/ffmpeg_%.bbappend new file mode 100644 index 0000000..c4d8a68 --- /dev/null +++ b/recipes-multimedia/ffmpeg/ffmpeg_%.bbappend @@ -0,0 +1,2 @@ +# Enable OpenSSL to provide HTTPS support +PACKAGECONFIG:append = " openssl"