summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2020-11-10 14:51:12 +0100
committerMartin Stransky <stransky@redhat.com>2020-11-10 14:51:12 +0100
commitcedcc700eea09308758c0b54d85324a054735b02 (patch)
treef324e977e63466cb20724a4313f37cb28dce81a0
parentAdded fix for mozbz#1885133 (diff)
downloadlibrewolf-fedora-ff-cedcc700eea09308758c0b54d85324a054735b02.tar.gz
librewolf-fedora-ff-cedcc700eea09308758c0b54d85324a054735b02.tar.bz2
librewolf-fedora-ff-cedcc700eea09308758c0b54d85324a054735b02.zip
Request openh264 on F32+
-rw-r--r--firefox.spec2
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}
bgstack15