]> Untitled Git - yocto/meta-hvmpd.git/commitdiff
Enable openssl in ffmpeg for https support
authorHugo Villeneuve <hugo@hugovil.com>
Sat, 28 Mar 2026 05:53:31 +0000 (01:53 -0400)
committerHugo Villeneuve <hugo@hugovil.com>
Sat, 28 Mar 2026 21:11:34 +0000 (17:11 -0400)
Signed-off-by: Hugo Villeneuve <hugo@hugovil.com>
recipes-multimedia/ffmpeg/ffmpeg_%.bbappend [new file with mode: 0644]

diff --git a/recipes-multimedia/ffmpeg/ffmpeg_%.bbappend b/recipes-multimedia/ffmpeg/ffmpeg_%.bbappend
new file mode 100644 (file)
index 0000000..c4d8a68
--- /dev/null
@@ -0,0 +1,2 @@
+# Enable OpenSSL to provide HTTPS support
+PACKAGECONFIG:append = " openssl"