소스 검색

Temp test + fix for packaging ffmpeg

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

+ 4
- 0
ffmpeg/Makefile 파일 보기

@@ -1,5 +1,8 @@
SHELL:=/bin/bash

test:
touch fake.deb

ffmpeg:
# git clone git://git.videolan.org/x264.git
#git clone https://github.com/rayburgemeestre/x264
@@ -8,6 +11,7 @@ ffmpeg:
git clone git://source.ffmpeg.org/ffmpeg.git

bash ../ubuntu1804.sh make ffmpeg_impl
bash ../ubuntu1804.sh make package

ffmpeg_impl:
apt-get update

Loading…
취소
저장