From ae74f7b3da1fa9eb047301a2a5723566b1ce07b7 Mon Sep 17 00:00:00 2001 From: Ilya Fedin Date: Sun, 24 Jan 2021 06:29:47 +0400 Subject: [PATCH] Build WebRTC without NEON for armhf ARM support is community maintained in tg_owt and no one seem to fix build with NEON, thus disabling it to get new armhf builds on snapcraft. --- snap/snapcraft.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index c4c1f1f12..291fc61e4 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -268,6 +268,8 @@ parts: - -DBUILD_SHARED_LIBS=OFF - -DJPEG_LIBRARY_RELEASE=$SNAPCRAFT_STAGE/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/libjpeg.so - -DJPEG_INCLUDE_DIR=$SNAPCRAFT_STAGE/usr/include + # NEON support for arm 32-bit is broken and no one seem to fix it + - -DTG_OWT_ARCH_ARMV7_USE_NEON=OFF prime: [-./*] after: - ffmpeg