Skip to content

Commit

Permalink
install_ffmpeg: update ffmpeg with signature_cuda memleak fix
Browse files Browse the repository at this point in the history
  • Loading branch information
oscar-davids authored Nov 18, 2021
1 parent 25158cc commit 46f7030
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 @@ -35,7 +35,7 @@ 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 bdebc0235cb31d21ccf7fd3dd7c6b494148da49b
git checkout 682c4189d8364867bcc49f9749e04b27dc37cded

./configure --prefix="$HOME/compiled" --enable-libx264 --enable-gnutls --enable-gpl --enable-static
make
Expand Down

0 comments on commit 46f7030

Please sign in to comment.