From 48c1059f5bf4e1b678706536c3c5c60cc8a54739 Mon Sep 17 00:00:00 2001 From: Josh Allmann Date: Tue, 19 Nov 2019 05:02:06 +0000 Subject: [PATCH] ffmpeg: Install Livepeer-version ffmpeg. Needed for specialized nvenc flush API. --- install_ffmpeg.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_ffmpeg.sh b/install_ffmpeg.sh index 5c5a0fa369..c961b3b203 100644 --- a/install_ffmpeg.sh +++ b/install_ffmpeg.sh @@ -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