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:
Liliana Marie Prikler 2023-06-28 20:57:37 +02:00
parent 9e245b50f8
commit e3796567ec
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -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.