diff --git a/getffmpeg.sh b/getffmpeg.sh index 2fb3a137..f36e0486 100755 --- a/getffmpeg.sh +++ b/getffmpeg.sh @@ -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 @@ -25,4 +25,4 @@ cd - cd FFmpeg ./configure --disable-asm --enable-libx264 --enable-gpl make install -cd - \ No newline at end of file +cd -