build ffmpeg using ready-made script

This commit is contained in:
2017-01-01 14:27:51 +01:00
parent 9886f5ca2a
commit 7d1edb7f97
6 changed files with 39 additions and 17 deletions

View File

@@ -4,7 +4,7 @@ PROXY = $(shell ifconfig eth0 | grep 'inet addr:' | cut -d: -f2 | cut -d' ' -f1)
TIMEZONE = Europe/Amsterdam
JOBS = 2
CLEANUP = true
ARGS = --rm=false --no-cache=true
ARGS = --rm=false --no-cache=false
include $(wildcard $(DOCKER_HOME)/build/make/*.mk)
define add