From 8e3365440adef7585f6a8bcabed3e82a3db5d5ca Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Mon, 19 Oct 2020 21:01:34 +0200 Subject: Updated openh264 patch to use keyframes from contained for openh264 only --- firefox.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'firefox.spec') diff --git a/firefox.spec b/firefox.spec index c35d6df..084f698 100644 --- a/firefox.spec +++ b/firefox.spec @@ -618,7 +618,9 @@ echo "ac_add_options MOZ_PGO=1" >> .mozconfig # Temporary disabled due to GCC bug # Fixed by https://bugzilla.mozilla.org/show_bug.cgi?id=1671345 # Should be in Firefox 83 -# echo "ac_add_options --enable-lto" >> .mozconfig +%if 0%{?fedora} > 33 +echo "ac_add_options --enable-lto" >> .mozconfig +%endif # PGO build doesn't work with ccache export CCACHE_DISABLE=1 -- cgit