Skip to content

Instantly share code, notes, and snippets.

@VMuliadi
Last active March 24, 2018 08:38
Show Gist options
  • Save VMuliadi/fd1010b5688dbeaa17c5a2fc5e546aa3 to your computer and use it in GitHub Desktop.
Save VMuliadi/fd1010b5688dbeaa17c5a2fc5e546aa3 to your computer and use it in GitHub Desktop.
Installing avconf for Fedora/CentOS/RHEL
# /bin/bash
wget https://libav.org/releases/libav-12.3.tar.xz
sudo dnf install -y libvorbis yasm freetype zlib bzip2 faac-devel lame-devel speex-devel libvpx libogg libtheora x264 opencore-amr libvpx-devel faac lame speex libvpx-utils
cd libav-12.3/
./configure --extra-cflags=-I/opt/local/include --extra-ldflags=-L/opt/local/lib --enable-gpl --enable-version3 --enable-libvpx
make
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment