Quellcode durchsuchen

Installing recent ffmpeg for qtox

Bob Mottram vor 9 Jahren
Ursprung
Commit
4a9c9c0c94
Es ist kein Account mit dieser Commiter-Email verbunden
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      src/freedombone-app-tox

+ 1
- 1
src/freedombone-app-tox Datei anzeigen

@@ -53,7 +53,7 @@ function mesh_install_ffmpeg
53 53
 {
54 54
 	chroot "${rootdir}" apt-get -y remove ffmpeg libav-tools
55 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 57
 	mkdir -p ${rootdir}$INSTALL_DIR/ffmpeg-release
58 58
 	cd ${rootdir}$INSTALL_DIR
59 59
 	wget http://ffmpeg.org/releases/ffmpeg-3.1.tar.bz2