Add libsox-fmt-all for mp3 support

This commit is contained in:
FusionPBX
2024-02-09 13:32:45 -07:00
committed by GitHub
parent e0784e8c6c
commit 0260b66242
3 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ apt install -y pkg-config flac libgdbm-dev libdb-dev gettext sudo equivs mlocat
apt install -y liblua5.2-dev libtiff5-dev libperl-dev libcurl4-openssl-dev libsqlite3-dev libpcre3-dev
apt install -y devscripts libspeexdsp-dev libspeex-dev libldns-dev libedit-dev libopus-dev libmemcached-dev
apt install -y libshout3-dev libmpg123-dev libmp3lame-dev yasm nasm libsndfile1-dev libuv1-dev libvpx-dev
apt install -y libavformat-dev libswscale-dev libvlc-dev python3-distutils sox
apt install -y libavformat-dev libswscale-dev libvlc-dev python3-distutils sox libsox-fmt-all
#install dependencies that depend on the operating system version
if [ ."$os_codename" = ."stretch" ]; then