Browse Source

Temp test + fix for packaging ffmpeg

master
Ray Burgemeestre 5 years ago
parent
commit
9cdd08bc7d
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      ffmpeg/Makefile

+ 4
- 0
ffmpeg/Makefile View File

@@ -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…
Cancel
Save