Update URL for x264 #1860

This commit is contained in:
Clinton Hall 2021-11-10 10:36:39 +13:00 committed by GitHub
commit d56a646f23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@
# get ffmpeg/yasm/x264
git clone git://source.ffmpeg.org/ffmpeg.git FFmpeg
git clone git://github.com/yasm/yasm.git FFmpeg/yasm
git clone git://git.videolan.org/x264.git FFmpeg/x264
git clone https://code.videolan.org/videolan/x264.git FFmpeg/x264
# compile/install yasm
cd FFmpeg/yasm