Move encoders and ffmpeg to separate scripts

This commit is contained in:
2016-04-20 22:18:38 +01:00
parent 22afbdc15c
commit dbb9904da6
3 changed files with 31 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
headphones:
$(call script,encoders)
headphones: encoders
$(call script,ffmpeg)
$(call script,$@)
$(call boot,02,$@)
$(call runit,$@)