瀏覽代碼

Temp test + fix for packaging ffmpeg

master
Ray Burgemeestre 5 年之前
父節點
當前提交
9cdd08bc7d
共有 1 個檔案被更改,包括 4 行新增0 行删除
  1. +4
    -0
      ffmpeg/Makefile

+ 4
- 0
ffmpeg/Makefile 查看文件

SHELL:=/bin/bash SHELL:=/bin/bash


test:
touch fake.deb

ffmpeg: ffmpeg:
# git clone git://git.videolan.org/x264.git # git clone git://git.videolan.org/x264.git
#git clone https://github.com/rayburgemeestre/x264 #git clone https://github.com/rayburgemeestre/x264
git clone git://source.ffmpeg.org/ffmpeg.git git clone git://source.ffmpeg.org/ffmpeg.git


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


ffmpeg_impl: ffmpeg_impl:
apt-get update apt-get update

Loading…
取消
儲存