

LDFLAGS="-L$HOME/ffmeg_build/lib" CPPFLAGS="-I$HOME/ffmpeg_build/include". Git clone git:///opus.gitĮcho "Installing Ogg bitstream library." configure -prefix="$HOME/ffmpeg_build" -bindir="$HOME/bin" -disable-shared -enable-nasm configure -prefix="$HOME/ffmpeg_build" -disable-sharedĮcho "Installing libmp3lame MP3 encoder." Git clone -depth 1 git://.net/p/opencore-amr/fdk-aac /sourceĮcho "Installing libfdk_aac Audio encoder." configure -prefix="$HOME/ffmpeg_build" -bindir="$HOME/bin" -enable-staticĬmake -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX="$HOME/ffmpeg_build" -DENABLE_SHARED:bool=off. PKG_CONFIG_PATH="$HOME/ffmpeg_build/lib/pkgconfig". configure -prefix="$HOME/ffmpeg_build" -bindir="$HOME/bin" Yum install autoconf automake cmake freetype-devel gcc gcc-c++ git libtool make mercurial nasm pkgconfig zlib-devel -y Well, here is one script I made when I had to install FFmpeg on several servers a while back. But, still some people face issues when trying to get FFmpeg working on their system.
