Skip to content

Instantly share code, notes, and snippets.

@worldadventurer
worldadventurer / freepbx-asterisk-install-ffmpeg-centos6.sh
Last active January 29, 2018 09:44 — forked from mustafaturan/latest-ffmpeg-centos6.sh
FreePBX Asterisk - install latest ffmpeg on Centos 6
# Tested on Centos 6 x64
echo This installs ffmpeg on your system.
echo This takes 20-60 minutes!
read -rsp $'Press any key to continue OR CTRL-c to QUIT ...\n' -n1 key
#
# source: https://trac.ffmpeg.org/wiki/CompilationGuide/Centos
yum -y install autoconf automake gcc gcc-c++ git libtool make nasm pkgconfig zlib-devel freetype-devel speex-devel
mkdir ~/ffmpeg_sources