浏览代码

Merge pull request #37 from Len-PGH/patch-4

add yasm
FusionPBX 9 年之前
父节点
当前提交
63a896c152
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      install/debian/install_fusionpbx.sh

+ 1 - 1
install/debian/install_fusionpbx.sh

@@ -992,7 +992,7 @@ if [ $INSFREESWITCH -eq 1 ]; then
 	echo "deb http://files.freeswitch.org/repo/deb/freeswitch-1.6/ jessie main" > /etc/apt/sources.list.d/freeswitch.list
 	wget -O - http://files.freeswitch.org/repo/deb/freeswitch-1.6/key.gpg |apt-key add -
 	/usr/bin/apt-get update
-	/usr/bin/apt-get -y install --force-yes liblua5.2-0 liblua5.2-dev libopus-dev libcodec2-dev libyuv-dev libopus-dev libsndfile-dev libvpx-dev libvpx2-dev
+	/usr/bin/apt-get -y install --force-yes liblua5.2-0 liblua5.2-dev libopus-dev libcodec2-dev libyuv-dev libopus-dev libsndfile-dev libvpx-dev libvpx2-dev yasm
 
 	#added libgnutls-dev libgnutls26 for dingaling...
 	#gnutls no longer required for dingaling (git around oct 17 per mailing list..)