Skip to content

Commit

Permalink
Update ffmpeg SHA to 7.0.1-livepeer HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
j0sh committed Jul 10, 2024
1 parent 1dab663 commit c70a026
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 @@ -205,7 +205,7 @@ fi
if [[ ! -e "$ROOT/ffmpeg/libavcodec/libavcodec.a" ]]; then
git clone https://github.com/livepeer/FFmpeg.git "$ROOT/ffmpeg" || echo "FFmpeg dir already exists"
cd "$ROOT/ffmpeg"
git checkout d9f0c8d248c027c7eb22bf7d81cffb761a042502
git checkout bf7d88382d38ef215796ba0133e7dcde636f66a5
./configure ${TARGET_OS:-} $DISABLE_FFMPEG_COMPONENTS --fatal-warnings \
--enable-libx264 --enable-gpl \
--enable-protocol=rtmp,file,pipe \
Expand Down

0 comments on commit c70a026

Please sign in to comment.