Skip to content

Commit

Permalink
Update ffmpeg.
Browse files Browse the repository at this point in the history
  • Loading branch information
H-M-H committed Feb 23, 2021
1 parent a2092ea commit 3635e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -ex

rm -rf x264 ffmpeg
git clone -b stable https://code.videolan.org/videolan/x264.git x264
git clone -b n4.3 https://git.ffmpeg.org/ffmpeg.git ffmpeg
git clone -b n4.3.2 https://git.ffmpeg.org/ffmpeg.git ffmpeg
if [ "$RUNNER_OS" == "Linux" ]; then
git clone https://git.videolan.org/git/ffmpeg/nv-codec-headers.git
git clone -b 2.10.0 https://github.com/intel/libva
Expand Down

0 comments on commit 3635e4b

Please sign in to comment.