ffmpeg: enable parallel build 14932/head
authorBernd Kuhls <bernd.kuhls@t-online.de>
Sat, 27 Feb 2021 19:05:34 +0000 (20:05 +0100)
committerBernd Kuhls <bernd.kuhls@t-online.de>
Sun, 28 Feb 2021 09:36:17 +0000 (10:36 +0100)
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
multimedia/ffmpeg/Makefile

index 6693b9b63102b76310a409dd0ab576923733ac6e..04ea1f4fed4614aae926aa8d927f0d613ec05de1 100644 (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