浏览代码

Installing recent ffmpeg for qtox

Bob Mottram 9 年前
父节点
当前提交
4a9c9c0c94
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/freedombone-app-tox

+ 1
- 1
src/freedombone-app-tox 查看文件

53
 {
53
 {
54
 	chroot "${rootdir}" apt-get -y remove ffmpeg libav-tools
54
 	chroot "${rootdir}" apt-get -y remove ffmpeg libav-tools
55
 	chroot "${rootdir}" apt-get -y install build-essential
55
 	chroot "${rootdir}" apt-get -y install build-essential
56
-	chroot "${rootdir}" apt-get -y install --reinstall libmp3lame-dev libvorbis-dev libtheora-dev libspeex-dev yasm pkg-config
56
+	chroot "${rootdir}" apt-get -y install --reinstall libmp3lame-dev libvorbis-dev libtheora-dev libspeex-dev yasm pkg-config libopenjpeg-dev libx264-dev
57
 	mkdir -p ${rootdir}$INSTALL_DIR/ffmpeg-release
57
 	mkdir -p ${rootdir}$INSTALL_DIR/ffmpeg-release
58
 	cd ${rootdir}$INSTALL_DIR
58
 	cd ${rootdir}$INSTALL_DIR
59
 	wget http://ffmpeg.org/releases/ffmpeg-3.1.tar.bz2
59
 	wget http://ffmpeg.org/releases/ffmpeg-3.1.tar.bz2