diff --git a/src/freedombone-app-tox b/src/freedombone-app-tox index c9f94a8f..a48d6f47 100755 --- a/src/freedombone-app-tox +++ b/src/freedombone-app-tox @@ -375,6 +375,7 @@ function mesh_tox_node { $mesh_tox_node_prefix apt-get -y install automake checkinstall check git yasm $mesh_tox_node_prefix apt-get -y install libsodium13 libsodium-dev libcap2-bin $mesh_tox_node_prefix apt-get -y install libconfig9 libconfig-dev autoconf + $mesh_tox_node_prefix apt-get -y install libopus-dev libvpx-dev mkdir -p ${rootdir}${INSTALL_DIR} git clone ${TOXCORE_REPO} ${rootdir}${INSTALL_DIR}/toxcore @@ -387,7 +388,7 @@ function mesh_tox_node { $mesh_tox_node_prefix /bin/bash -x <