Ver código fonte

Fix part 2/2.

master
Ray Burgemeestre 4 anos atrás
pai
commit
1ce9210c50
1 arquivos alterados com 6 adições e 3 exclusões
  1. +6
    -3
      ffmpeg/Makefile

+ 6
- 3
ffmpeg/Makefile Ver arquivo

@@ -4,7 +4,6 @@ ubuntu1804:
# sometimes got 404 on videolan/x264
#git clone https://code.videolan.org/videolan/x264
#git clone git://source.ffmpeg.org/ffmpeg.git

# for this reason pushed them to my own github
git clone https://github.com/rayburgemeestre/x264
git clone https://github.com/rayburgemeestre/ffmpeg
@@ -14,8 +13,12 @@ ubuntu1804:
make package-ubuntu1804

ubuntu2004:
git clone https://code.videolan.org/videolan/x264
git clone git://source.ffmpeg.org/ffmpeg.git
# sometimes got 404 on videolan/x264
#git clone https://code.videolan.org/videolan/x264
#git clone git://source.ffmpeg.org/ffmpeg.git
git clone https://github.com/rayburgemeestre/x264
git clone https://github.com/rayburgemeestre/ffmpeg

bash ../ubuntu2004.sh make ffmpeg_impl
make package-ubuntu2004
bash ../ubuntu2004.sh chown $$(id -u):$$(id -g) . -R # fix permissions

Carregando…
Cancelar
Salvar