From 4a4abee38aaf441419dab2494af0833794094005 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Sat, 22 Jan 2022 22:46:51 +0100 Subject: [PATCH] libvncserver: disable ffmpeg support due to incompatiblility with ffmpeg 5.0 Signed-off-by: Alexander Kanavin Signed-off-by: Khem Raj --- meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.13.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.13.bb b/meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.13.bb index c3b664599a..e3f2dafeca 100644 --- a/meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.13.bb +++ b/meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.13.bb @@ -5,10 +5,10 @@ PRIORITY = "optional" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=361b6b837cad26c6900a926b62aada5f" +# ffmpeg support is not currently compatible with ffmpeg 5.0 PACKAGECONFIG ??= " \ 24bpp \ filetransfer \ - ${@bb.utils.contains('LICENSE_FLAGS_WHITELIST','commercial','ffmpeg','',d)} \ gcrypt \ gnutls \ jpeg \