mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-18 07:07:08 +02:00
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.
This commit is contained in:
parent
8ed56bb4e4
commit
ae74f7b3da
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue