Add rnnoise to snapcraft.yaml

This commit is contained in:
Ilya Fedin 2021-06-01 17:37:30 +04:00 committed by John Preston
parent fe4c5155eb
commit 93fa0e1df5
1 changed files with 13 additions and 0 deletions

View File

@ -146,6 +146,7 @@ parts:
- kwayland
- mozjpeg
- openal
- rnnoise
- webrtc
patches:
@ -421,6 +422,18 @@ parts:
- mozjpeg
- patches
rnnoise:
source: https://gitlab.xiph.org/xiph/rnnoise.git
source-depth: 1
source-commit: 7f449bf8bd3b933891d12c30112268c4090e4d59
plugin: autotools
autotools-configure-parameters:
- --disable-examples
- --disable-doc
prime:
- -./usr/include
- -./usr/lib/$SNAPCRAFT_ARCH_TRIPLET/pkgconfig
webrtc:
source: https://github.com/desktop-app/tg_owt.git
source-depth: 1