mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-29 13:47:47 +00: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
@ -268,6 +268,8 @@ parts:
|
|||||||
- -DBUILD_SHARED_LIBS=OFF
|
- -DBUILD_SHARED_LIBS=OFF
|
||||||
- -DJPEG_LIBRARY_RELEASE=$SNAPCRAFT_STAGE/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/libjpeg.so
|
- -DJPEG_LIBRARY_RELEASE=$SNAPCRAFT_STAGE/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/libjpeg.so
|
||||||
- -DJPEG_INCLUDE_DIR=$SNAPCRAFT_STAGE/usr/include
|
- -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: [-./*]
|
prime: [-./*]
|
||||||
after:
|
after:
|
||||||
- ffmpeg
|
- ffmpeg
|
||||||
|
Loading…
x
Reference in New Issue
Block a user