This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
ffmpeg: enable parallel build
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
lilik-openwrt-22.03
Bernd Kuhls
4 years ago
parent
900a146de3
commit
6eb775149a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
multimedia/ffmpeg/Makefile
+ 1
- 1
multimedia/ffmpeg/Makefile
View File
@ -630,7 +630,7 @@ define Build/Configure
e
n
d
e
f
d
e
f
i
n
e
B
u
i
l
d
/
C
o
m
p
i
l
e
$(
MAKE
)
-C
$(
PKG_BUILD_DIR
)
\
$(
MAKE
)
$(
PKG_JOBS
)
-C
$(
PKG_BUILD_DIR
)
\
DESTDIR
=
"
$(
PKG_INSTALL_DIR
)
"
\
all install
e
n
d
e
f
Write
Preview
Loading…
Cancel
Save