diff --git a/debian/rules b/debian/rules
index 94428c9e8..5593e7de9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,12 +14,12 @@ override_dh_auto_clean:
override_dh_auto_build:
scons --prefix=/usr --host=${DEB_HOST_GNU_TYPE} \
--libdir=/usr/lib/${DEB_HOST_MULTIARCH} \
- --build-3rdparty=libuv,libunwind,speexdsp,sox,openssl,openfec
+ --build-3rdparty=libuv,libunwind,speexdsp,sox,sndfile,openssl,openfec
override_dh_auto_install:
scons --prefix=/usr --host=${DEB_HOST_GNU_TYPE} \
--libdir=/usr/lib/${DEB_HOST_MULTIARCH} \
- --build-3rdparty=libuv,libunwind,speexdsp,sox,openssl,openfec \
+ --build-3rdparty=libuv,libunwind,speexdsp,sox,sndfile,openssl,openfec \
install DESTDIR=debian/tmp
override_dh_shlibdeps:
diff --git a/docs/sphinx/building/dependencies.rst b/docs/sphinx/building/dependencies.rst
index e0c74bf74..2bbf4bec7 100644
--- a/docs/sphinx/building/dependencies.rst
+++ b/docs/sphinx/building/dependencies.rst
@@ -80,7 +80,7 @@ Runtime dependencies
* - `OpenSSL `_
- >= 1.1.1
- - optional, used for SRTP and DTLS support
+ - optional, used for SRTP and DTLS support and CSPRNG
* - `PulseAudio `_
- >= 5.0
@@ -90,6 +90,10 @@ Runtime dependencies
- >= 14.4.0
- optional, used for audio I/O
+ * - `libsndfile `_
+ - >= 1.0.26
+ - optional, used for audio I/O
+
* - `SpeexDSP `_
- >= 1.2beta3
- optional, used for fast resampling