summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2019-03-12 14:58:18 +0100
committerMartin Stransky <stransky@redhat.com>2019-03-12 14:58:18 +0100
commit8fedaacddf1da926ab191245e2b22aac878eb691 (patch)
treede8c28e21e096c742332c9d31781201d7877b569 /firefox.spec
parentUpdated to 66.0 (diff)
downloadlibrewolf-fedora-ff-8fedaacddf1da926ab191245e2b22aac878eb691.tar.gz
librewolf-fedora-ff-8fedaacddf1da926ab191245e2b22aac878eb691.tar.bz2
librewolf-fedora-ff-8fedaacddf1da926ab191245e2b22aac878eb691.zip
AV1 build patches
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec4
1 files changed, 4 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec
index 9909fd2..9fd574c 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -130,6 +130,8 @@ Patch37: build-jit-atomic-always-lucky.patch
Patch38: build-cacheFlush-missing.patch
Patch40: build-aarch64-skia.patch
Patch41: build-disable-elfhack.patch
+Patch42: mozilla-1515641-av1-build-1.patch
+Patch43: mozilla-1515641-av1-build-2.patch
# Fedora specific patches
Patch215: firefox-enable-addons.patch
@@ -326,6 +328,8 @@ This package contains results of tests executed during build.
%patch41 -p1 -b .disable-elfhack
%endif
%patch3 -p1 -b .arm
+%patch42 -p1 -b .mozilla-1515641
+%patch43 -p1 -b .mozilla-1515641
# Fedora patches
%patch215 -p1 -b .addons
bgstack15