소스 검색

Use my own mirror for ffmpeg and x264 repos

master
Ray Burgemeestre 4 년 전
부모
커밋
7996dcc185
1개의 변경된 파일6개의 추가작업 그리고 4개의 파일을 삭제
  1. +6
    -4
      ffmpeg/Makefile

+ 6
- 4
ffmpeg/Makefile 파일 보기

@@ -1,11 +1,13 @@
SHELL:=/bin/bash

ubuntu1804:
# git clone git://git.videolan.org/x264.git
#git clone https://github.com/rayburgemeestre/x264
# 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://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

bash ../ubuntu1804.sh make ffmpeg_impl


Loading…
취소
저장