gnu: ungoogled-chromium: Use bundled libvpx for WebRTC.
Fixes <https://bugs.gnu.org/53301>. Reported by Yasuaki Kudo <yasu@yasuaki.com>. * gnu/packages/chromium.scm (ungoogled-chromium)[arguments]: Set rtc_build_libvpx=true in #:configure-flags.
This commit is contained in:
parent
9070dc562e
commit
f3b73e46df
1 changed files with 3 additions and 1 deletions
|
@ -579,7 +579,9 @@ (define-public ungoogled-chromium
|
||||||
;; Don't use bundled sources.
|
;; Don't use bundled sources.
|
||||||
"rtc_build_json=true" ;FIXME: libc++ std::string ABI difference
|
"rtc_build_json=true" ;FIXME: libc++ std::string ABI difference
|
||||||
"rtc_build_libevent=false"
|
"rtc_build_libevent=false"
|
||||||
"rtc_build_libvpx=false"
|
;; XXX: Use the bundled libvpx for WebRTC because unbundling
|
||||||
|
;; currently fails (see above), and the versions must match.
|
||||||
|
"rtc_build_libvpx=true"
|
||||||
"rtc_build_opus=false"
|
"rtc_build_opus=false"
|
||||||
"rtc_build_libsrtp=true" ;FIXME: fails to find headers
|
"rtc_build_libsrtp=true" ;FIXME: fails to find headers
|
||||||
"rtc_build_usrsctp=true" ;TODO: package this
|
"rtc_build_usrsctp=true" ;TODO: package this
|
||||||
|
|
Loading…
Reference in a new issue