projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
900a146
)
ffmpeg: enable parallel build
14932/head
author
Bernd Kuhls
<bernd.kuhls@t-online.de>
Sat, 27 Feb 2021 19:05:34 +0000
(20:05 +0100)
committer
Bernd 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
patch
|
blob
|
history
diff --git
a/multimedia/ffmpeg/Makefile
b/multimedia/ffmpeg/Makefile
index 6693b9b63102b76310a409dd0ab576923733ac6e..04ea1f4fed4614aae926aa8d927f0d613ec05de1 100644
(file)
--- a/
multimedia/ffmpeg/Makefile
+++ b/
multimedia/ffmpeg/Makefile
@@
-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