Skip to content
Snippets Groups Projects
Unverified Commit d441a93d authored by Rosen Penev's avatar Rosen Penev Committed by GitHub
Browse files

Merge pull request #15120 from bkuhls/master-ffmpeg-parallel

ffmpeg: enable parallel build
parents 25fa1756 2e948f90
No related branches found
No related tags found
1 merge request!13Uplift of packages using two step method. Use commits specified by feeds.conf.default from main repo.
......@@ -22,6 +22,8 @@ PKG_LICENSE:=LGPL-2.1-or-later GPL-2.0-or-later LGPL-3.0-or-later
PKG_LICENSE_FILES:=COPYING.GPLv2 COPYING.GPLv3 COPYING.LGPLv2.1 COPYING.LGPLv3
PKG_CPE_ID:=cpe:/a:ffmpeg:ffmpeg
PKG_BUILD_PARALLEL:=1
FFMPEG_CUSTOM_ENCODERS:= \
ac3 \
jpegls \
......@@ -630,7 +632,7 @@ define Build/Configure
endef
define Build/Compile
$(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR) \
+$(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR) \
DESTDIR="$(PKG_INSTALL_DIR)" \
all install
endef
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment