diff options
author | ohfp <1813007-ohfp@users.noreply.gitlab.com> | 2020-09-30 14:04:18 +0200 |
---|---|---|
committer | ohfp <1813007-ohfp@users.noreply.gitlab.com> | 2020-09-30 14:52:19 +0200 |
commit | 42d221db4971342edd7ebe75152be53741bb0a7b (patch) | |
tree | fb23761477f3f759ba7327845e271227a7a629e3 /deb_patches/fix-armhf-webrtc-build.patch | |
parent | v80.0.1-1 (diff) | |
download | librewolf-linux-42d221db4971342edd7ebe75152be53741bb0a7b.tar.gz librewolf-linux-42d221db4971342edd7ebe75152be53741bb0a7b.tar.bz2 librewolf-linux-42d221db4971342edd7ebe75152be53741bb0a7b.zip |
v81.0-2
Diffstat (limited to 'deb_patches/fix-armhf-webrtc-build.patch')
-rw-r--r-- | deb_patches/fix-armhf-webrtc-build.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deb_patches/fix-armhf-webrtc-build.patch b/deb_patches/fix-armhf-webrtc-build.patch index 7f56b3e..44e88a6 100644 --- a/deb_patches/fix-armhf-webrtc-build.patch +++ b/deb_patches/fix-armhf-webrtc-build.patch @@ -37,9 +37,9 @@ diff -r 53fd96ca5aa4 media/webrtc/trunk/webrtc/system_wrappers/cpu_features_linu - "/media/webrtc/trunk/webrtc/system_wrappers/source/cpu_features_linux.c" -] - - if CONFIG["MOZ_DEBUG"] == "1": + if not CONFIG["MOZ_DEBUG"]: - DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" + DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "0" @@ -53,20 +49,36 @@ DEFINES["WEBRTC_ARCH_ARM64"] = True DEFINES["WEBRTC_HAS_NEON"] = True |