From 5e9406747d35f3c62e6a939114e80a299ba90922 Mon Sep 17 00:00:00 2001 From: Kevin Kofler Date: Sun, 4 Dec 2016 00:46:19 +0100 Subject: [PATCH] Revert "webrtc-neon patch: Try removing -mfpu=vfpv3-d16 twice since it appears twice." This reverts commit 10eb6915ce84be78c76f42c733b9e9510f5bbfa0. That did not help. --- qtwebengine-opensource-src-5.7.1-webrtc-neon.patch | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/qtwebengine-opensource-src-5.7.1-webrtc-neon.patch b/qtwebengine-opensource-src-5.7.1-webrtc-neon.patch index 58cf0f9..094521a 100644 --- a/qtwebengine-opensource-src-5.7.1-webrtc-neon.patch +++ b/qtwebengine-opensource-src-5.7.1-webrtc-neon.patch @@ -1,14 +1,13 @@ diff -ur qtwebengine-opensource-src-5.7.1/src/3rdparty/chromium/third_party/webrtc/common_audio/common_audio.gyp qtwebengine-opensource-src-5.7.1-webrtc-neon/src/3rdparty/chromium/third_party/webrtc/common_audio/common_audio.gyp --- qtwebengine-opensource-src-5.7.1/src/3rdparty/chromium/third_party/webrtc/common_audio/common_audio.gyp 2016-11-07 15:46:18.000000000 +0100 -+++ qtwebengine-opensource-src-5.7.1-webrtc-neon/src/3rdparty/chromium/third_party/webrtc/common_audio/common_audio.gyp 2016-12-04 00:19:46.526045155 +0100 -@@ -217,7 +217,26 @@ ++++ qtwebengine-opensource-src-5.7.1-webrtc-neon/src/3rdparty/chromium/third_party/webrtc/common_audio/common_audio.gyp 2016-12-03 23:31:30.509013652 +0100 +@@ -217,7 +217,25 @@ { 'target_name': 'common_audio_neon', 'type': 'static_library', - 'includes': ['../build/arm_neon.gypi',], + 'cflags!': [ + '-mfpu=vfpv3-d16', -+ '-mfpu=vfpv3-d16', + ], + 'conditions': [ + # "-mfpu=neon" is not required for arm64 in GCC.