summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
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