From 8cc8c39e7d765c6213e3fbbf679f1edda2b2c76d 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..ceb5842755 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