guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/09: gnu: ungoogled-chromium: Build with h264.


From: guix-commits
Subject: 01/09: gnu: ungoogled-chromium: Build with h264.
Date: Sun, 30 Jul 2023 01:55:49 -0400 (EDT)

lilyp pushed a commit to branch master
in repository guix.

commit e3796567ec205c99a318e6b178f31e88a597faa8
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Wed Jun 28 20:57:37 2023 +0200

    gnu: ungoogled-chromium: Build with h264.
    
    * gnu/packages/chromium.scm (ungoogled-chromium)[configure-flags]: Change
    “rtc_use_h264=false” to “rtc_use_h264=true”.
---
 gnu/packages/chromium.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/chromium.scm b/gnu/packages/chromium.scm
index cef21a4fd1..6a9f113831 100644
--- a/gnu/packages/chromium.scm
+++ b/gnu/packages/chromium.scm
@@ -584,7 +584,7 @@
               "ffmpeg_branding=\"Chrome\""
 
               ;; WebRTC stuff.
-              "rtc_use_h264=false"      ;XXX needs bundled openh264
+              "rtc_use_h264=true"
               "rtc_use_pipewire=true"
               "rtc_link_pipewire=true"
               ;; Don't use bundled sources.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]