Skip to content

Commit

Permalink
install_ffmpeg: Use livepeer's FFmpeg fork branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jailuthra committed May 4, 2021
1 parent 76b3973 commit 12aa294
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 @@ -117,7 +117,7 @@ fi
if [ ! -e "$HOME/ffmpeg/libavcodec/libavcodec.a" ]; then
git clone https://github.com/livepeer/ffmpeg.git "$HOME/ffmpeg" || echo "FFmpeg dir already exists"
cd "$HOME/ffmpeg"
git checkout 3ea705767720033754e8d85566460390191ae27d
git checkout livepeer
./configure ${TARGET_OS:-} --fatal-warnings \
--disable-programs --disable-doc --disable-sdl2 --disable-iconv \
--disable-muxers --disable-demuxers --disable-parsers --disable-protocols \
Expand Down

0 comments on commit 12aa294

Please sign in to comment.