compile ffmpeg with -j4 as the other recipes
maybe this could be set dynamically by the toolchain?
This commit is contained in:
parent
1258bf9791
commit
e87cb0286f
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ class FFMpegRecipe(Recipe):
|
|||
"s/%define HAVE_CLOSESOCKET 1//g",
|
||||
"config.asm")
|
||||
shprint(sh.make, "clean", _env=build_env)
|
||||
shprint(sh.make, "-j3", _env=build_env)
|
||||
shprint(sh.make, "-j4", _env=build_env)
|
||||
shprint(sh.make, "install")
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue