dino: add webrtc-audio-processing dependency
Dino uses webrtc-audio-processing for voice pre-processing, is listed within dino's dependencies: https://github.com/dino/dino/wiki/Build#dependencies
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
, qrencode
|
||||
, icu
|
||||
, gspell
|
||||
, srtp, libnice, gnutls, gstreamer, gst-plugins-base, gst-plugins-good
|
||||
, srtp, libnice, gnutls, gstreamer, gst-plugins-base, gst-plugins-good, webrtc-audio-processing
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@@ -65,6 +65,7 @@ stdenv.mkDerivation rec {
|
||||
gstreamer
|
||||
gst-plugins-base
|
||||
gst-plugins-good
|
||||
webrtc-audio-processing
|
||||
] ++ lib.optionals (!stdenv.isDarwin) [
|
||||
xorg.libxcb
|
||||
xorg.libpthreadstubs
|
||||
|
||||
Reference in New Issue
Block a user