From f6dde87ee7749727293ade2ef3f9a2fbaf0f7c1f Mon Sep 17 00:00:00 2001 From: Pkill -9 Date: Mon, 8 Feb 2021 22:24:13 +0000 Subject: [PATCH] gnu/packages/qt.scm: Enable proprietary codecs support (h264) in qtwebengine --- gnu/packages/qt.scm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index 4fbb157600..431c597b8a 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -1881,6 +1881,7 @@ using the Enchant spell-checking library.") ("mesa" ,mesa) ("minizip" ,minizip) ("nss" ,nss) + ("openh264" ,openh264) ("opus" ,opus) ("pciutils" ,pciutils) ("protobuf" ,protobuf) @@ -1939,7 +1940,9 @@ using the Enchant spell-checking library.") "--webengine-printing-and-pdf=no" "--webengine-ffmpeg=system" "--webengine-icu=system" - "--webengine-pepper-plugins=no"))))) + "--webengine-pepper-plugins=no" + "-webengine-proprietary-codecs" + "-system-openh264"))))) ;; Tests are disabled due to "Could not find QtWebEngineProcess error" ;; It's possible this can be fixed by setting QTWEBENGINEPROCESS_PATH ;; before running tests. -- 2.30.0