summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 \