diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 86cdc8f4a..f2b94ffa7 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -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