mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: ungoogled-chromium: Build with h264.
* gnu/packages/chromium.scm (ungoogled-chromium)[configure-flags]: Change “rtc_use_h264=false” to “rtc_use_h264=true”.
This commit is contained in:
parent
9e245b50f8
commit
e3796567ec
1 changed files with 1 additions and 1 deletions
|
@ -584,7 +584,7 @@ (define-public ungoogled-chromium
|
|||
"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.
|
||||
|
|
Loading…
Reference in a new issue