diff options
author | Martin Stransky <stransky@redhat.com> | 2020-11-10 14:51:12 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2020-11-10 14:51:12 +0100 |
commit | cedcc700eea09308758c0b54d85324a054735b02 (patch) | |
tree | f324e977e63466cb20724a4313f37cb28dce81a0 | |
parent | Added fix for mozbz#1885133 (diff) | |
download | librewolf-fedora-ff-cedcc700eea09308758c0b54d85324a054735b02.tar.gz librewolf-fedora-ff-cedcc700eea09308758c0b54d85324a054735b02.tar.bz2 librewolf-fedora-ff-cedcc700eea09308758c0b54d85324a054735b02.zip |
Request openh264 on F32+
-rw-r--r-- | firefox.spec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec index d51010f..319fae9 100644 --- a/firefox.spec +++ b/firefox.spec @@ -258,7 +258,9 @@ BuildRequires: icu %endif Requires: mozilla-filesystem +%if 0%{?fedora} > 31 Recommends: mozilla-openh264 >= 2.1.1 +%endif Requires: p11-kit-trust %if %{?system_nss} Requires: nspr >= %{nspr_build_version} |