ffmpeg: enable parallel build

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
This commit is contained in:
Bernd Kuhls 2021-02-27 20:05:34 +01:00
parent 900a146de3
commit 6eb775149a
1 changed files with 1 additions and 1 deletions

View File

@ -630,7 +630,7 @@ define Build/Configure
endef
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \
$(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR) \
DESTDIR="$(PKG_INSTALL_DIR)" \
all install
endef