diff options
author | TheMainOne <themainone@mailu.io> | 2020-11-22 11:51:38 -0500 |
---|---|---|
committer | TheMainOne <themainone@mailu.io> | 2020-11-22 11:51:38 -0500 |
commit | 0b6f9419eea35a3ca31267e241c274226a3b0de9 (patch) | |
tree | 7f8ae437438c7e271dc6ec3dbdb8ddfbab4f9c19 /deb_patches/webrtc-fix-compiler-flags-for-armhf.patch | |
parent | Enable native Wayland support (diff) | |
parent | v83.0-1 (diff) | |
download | librewolf-linux-0b6f9419eea35a3ca31267e241c274226a3b0de9.tar.gz librewolf-linux-0b6f9419eea35a3ca31267e241c274226a3b0de9.tar.bz2 librewolf-linux-0b6f9419eea35a3ca31267e241c274226a3b0de9.zip |
Merge https://gitlab.com/librewolf-community/browser/linux into master
Diffstat (limited to 'deb_patches/webrtc-fix-compiler-flags-for-armhf.patch')
-rw-r--r-- | deb_patches/webrtc-fix-compiler-flags-for-armhf.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deb_patches/webrtc-fix-compiler-flags-for-armhf.patch b/deb_patches/webrtc-fix-compiler-flags-for-armhf.patch index 5846b21..5cd6658 100644 --- a/deb_patches/webrtc-fix-compiler-flags-for-armhf.patch +++ b/deb_patches/webrtc-fix-compiler-flags-for-armhf.patch @@ -23,8 +23,8 @@ # For libyuv gyp_vars['arm_version'] = int(CONFIG['ARM_ARCH']) ---- a/media/webrtc/trunk/webrtc/build/config/compiler/BUILD.gn -+++ b/media/webrtc/trunk/webrtc/build/config/compiler/BUILD.gn +--- a/third_party/libwebrtc/webrtc/build/config/compiler/BUILD.gn ++++ b/third_party/libwebrtc/webrtc/build/config/compiler/BUILD.gn @@ -590,7 +590,6 @@ config("compiler_cpu_abi") { if (!is_nacl) { cflags += [ |