Skip to content

Commit

Permalink
ffmpeg: Install Livepeer-version ffmpeg.
Browse files Browse the repository at this point in the history
Needed for specialized nvenc flush API.
  • Loading branch information
j0sh committed Nov 21, 2019
1 parent 318a865 commit 48c1059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_ffmpeg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if [ ! -e "$HOME/x264/x264" ]; then
fi

if [ ! -e "$HOME/ffmpeg/libavcodec/libavcodec.a" ]; then
git clone -b n4.1 https://git.ffmpeg.org/ffmpeg.git "$HOME/ffmpeg" || echo "FFmpeg dir already exists"
git clone -b livepeer-2019_11_19 https://github.com/livepeer/FFmpeg "$HOME/ffmpeg" || echo "FFmpeg dir already exists"
cd "$HOME/ffmpeg"
./configure --prefix="$HOME/compiled" --enable-libx264 --enable-gnutls --enable-gpl --enable-static
make
Expand Down

0 comments on commit 48c1059

Please sign in to comment.