Installing recent ffmpeg for qtox
This commit is contained in:
parent
6819b83d9a
commit
4a9c9c0c94
|
@ -53,7 +53,7 @@ function mesh_install_ffmpeg
|
||||||
{
|
{
|
||||||
chroot "${rootdir}" apt-get -y remove ffmpeg libav-tools
|
chroot "${rootdir}" apt-get -y remove ffmpeg libav-tools
|
||||||
chroot "${rootdir}" apt-get -y install build-essential
|
chroot "${rootdir}" apt-get -y install build-essential
|
||||||
chroot "${rootdir}" apt-get -y install --reinstall libmp3lame-dev libvorbis-dev libtheora-dev libspeex-dev yasm pkg-config
|
chroot "${rootdir}" apt-get -y install --reinstall libmp3lame-dev libvorbis-dev libtheora-dev libspeex-dev yasm pkg-config libopenjpeg-dev libx264-dev
|
||||||
mkdir -p ${rootdir}$INSTALL_DIR/ffmpeg-release
|
mkdir -p ${rootdir}$INSTALL_DIR/ffmpeg-release
|
||||||
cd ${rootdir}$INSTALL_DIR
|
cd ${rootdir}$INSTALL_DIR
|
||||||
wget http://ffmpeg.org/releases/ffmpeg-3.1.tar.bz2
|
wget http://ffmpeg.org/releases/ffmpeg-3.1.tar.bz2
|
||||||
|
|
Loading…
Reference in New Issue