build ffmpeg using ready-made script
This commit is contained in:
2
build/make/ffmpeg-kodi.mk
Normal file
2
build/make/ffmpeg-kodi.mk
Normal file
@@ -0,0 +1,2 @@
|
||||
ffmpeg-kodi: compile
|
||||
$(call script,$@)
|
||||
@@ -1,2 +1,3 @@
|
||||
ffmpeg: compile
|
||||
$(call script,ffmpeg)
|
||||
ffmpeg:
|
||||
$(call script,utilities)
|
||||
$(call script,$@)
|
||||
@@ -1,4 +1,4 @@
|
||||
kodi: base compile transcoder ffmpeg
|
||||
kodi: base compile transcoder ffmpeg-kodi
|
||||
$(call aux,headless.patch)
|
||||
$(call script,$@)
|
||||
$(call runit,$@)
|
||||
|
||||
Reference in New Issue
Block a user