summaryrefslogtreecommitdiffstats
path: root/ffmpeg
diff options
context:
space:
mode:
Diffstat (limited to 'ffmpeg')
-rwxr-xr-xffmpeg/build/ffmpeg.SlackBuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/ffmpeg/build/ffmpeg.SlackBuild b/ffmpeg/build/ffmpeg.SlackBuild
index 11701a02..1fd26d67 100755
--- a/ffmpeg/build/ffmpeg.SlackBuild
+++ b/ffmpeg/build/ffmpeg.SlackBuild
@@ -776,6 +776,7 @@ cd build_x265
-DCMAKE_LDFLAGS:STRING="$SLKLDFLAGS" \
-DCMAKE_INSTALL_PREFIX=/usr \
-DLIB_INSTALL_DIR=lib${LIBDIRSUFFIX} \
+ -DENABLE_SHARED=OFF \
2>&1 | tee $OUTPUT/configure-${PRGNAM}_x265.log
make ${NUMJOBS} 2>&1 | tee $OUTPUT/make-${PRGNAM}_x265.log
# Install x265 into a temp location so ffmpeg can pickup the library
@@ -1631,6 +1632,7 @@ PATH="$FFMPEGDEPSDIR/usr/bin:$PATH" \
$ARCHOPTS \
--extra-cflags="-I$FFMPEGDEPSDIR/usr/include -DRUNTIME_CPUDETECT" \
--extra-ldflags="-L$FFMPEGDEPSDIR/usr/lib${LIBDIRSUFFIX} -ldl -lssl -lcrypto -lz -lusb" \
+ --pkg-config-flags="--static" \
2>&1 | tee $OUTPUT/configure-${PRGNAM}_ffmpeg.log
# Use ffmpeg's own implementation:
#--enable-librtmp \