aboutsummaryrefslogtreecommitdiff
path: root/deb_patches/webrtc-fix-compiler-flags-for-armhf.patch
diff options
context:
space:
mode:
Diffstat (limited to 'deb_patches/webrtc-fix-compiler-flags-for-armhf.patch')
-rw-r--r--deb_patches/webrtc-fix-compiler-flags-for-armhf.patch4
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 += [
bgstack15