diff --git a/src/freedombone-app-tox b/src/freedombone-app-tox
index c9f94a8fe9d45ed3c77d3240d85cddf64c410e0a..a48d6f47ab8a44f6e2f760906982e9d9858ef8fd 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 <<EOF
 cd ${INSTALL_DIR}/toxcore
 autoreconf -i
-./configure --enable-daemon --disable-av
+./configure --enable-daemon
 make
 make install
 EOF