summaryrefslogtreecommitdiffstats
path: root/x264
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2020-10-06 19:28:04 +0000
committer Eric Hameleers <alien@slackware.com>2020-10-06 19:28:04 +0000
commitb19baeb814003c80fdb7bfc2157b7b98fe2933f7 (patch)
treecd70651400eba3652fc3724b28a102d519dbc9f5 /x264
parentd09398e2bf842ed4e0625eb26ec8f1910e376bd6 (diff)
downloadasb-b19baeb814003c80fdb7bfc2157b7b98fe2933f7.tar.gz
asb-b19baeb814003c80fdb7bfc2157b7b98fe2933f7.tar.xz
x264: fix NUMJOBS, remove deprecated configure option
Diffstat (limited to 'x264')
-rwxr-xr-xx264/build/x264.SlackBuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/x264/build/x264.SlackBuild b/x264/build/x264.SlackBuild
index 70cd7ee3..b554fd52 100755
--- a/x264/build/x264.SlackBuild
+++ b/x264/build/x264.SlackBuild
@@ -57,7 +57,7 @@
PRGNAM=x264
VERSION=${VERSION:-20180324}
BUILD=${BUILD:-1}
-NUMJOBS=${NUMJOBS:" -j$(nproc) "}
+NUMJOBS=${NUMJOBS:-" -j$(nproc) "}
TAG=${TAG:-alien}
DOCS="AUTHORS COPYING doc/*.txt"
@@ -179,7 +179,6 @@ CFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \
- --enable-visualize \
--enable-shared \
--enable-static \
$ARCHOPTS \