Browse Source

ffmpeg: enable parallel build

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
lilik-openwrt-22.03
Bernd Kuhls 3 years ago
parent
commit
6eb775149a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      multimedia/ffmpeg/Makefile

+ 1
- 1
multimedia/ffmpeg/Makefile 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


Loading…
Cancel
Save