Last active
March 24, 2018 08:38
-
-
Save VMuliadi/fd1010b5688dbeaa17c5a2fc5e546aa3 to your computer and use it in GitHub Desktop.
Installing avconf for Fedora/CentOS/RHEL
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# /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