diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2023-07-17 19:17:19 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2023-07-17 21:59:05 +0200 |
commit | 53caf4f3e2e7fff4c43ef1d9e92949049e63a1b0 (patch) | |
tree | 10704c412cf799e030b519e067d59b0a554d4afb /source/l | |
parent | 4b5c56953a0f06205b03ff799546e20e5ea81349 (diff) | |
download | current-53caf4f3e2e7fff4c43ef1d9e92949049e63a1b0.tar.gz current-53caf4f3e2e7fff4c43ef1d9e92949049e63a1b0.tar.xz |
Mon Jul 17 19:17:19 UTC 202320230717191719
ap/sudo-1.9.14p2-x86_64-1.txz: Upgraded.
This is a bugfix release.
d/meson-1.2.0-x86_64-1.txz: Upgraded.
xap/sane-1.2.1-x86_64-1.txz: Upgraded.
extra/xv/xv-4.2.0-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/l')
-rwxr-xr-x | source/l/ffmpeg/ffmpeg.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source/l/ffmpeg/ffmpeg.SlackBuild b/source/l/ffmpeg/ffmpeg.SlackBuild index c4c89d998..b10b18e42 100755 --- a/source/l/ffmpeg/ffmpeg.SlackBuild +++ b/source/l/ffmpeg/ffmpeg.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for ffmpeg # Copyright 2010-2017 Heinz Wiesinger, Amsterdam, The Netherlands -# Copyright 2017, 2018, 2022 Patrick J. Volkerding, Sebeka, MN, USA +# Copyright 2017, 2018, 2022, 2023 Patrick J. Volkerding, Sebeka, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -132,6 +132,7 @@ decklink="" ; [ "${DECKLINK:-no}" != "no" ] && \ { decklink="--enable-decklink" ; \ SLKCFLAGS="$SLKCFLAGS -I/usr/include/decklink" ; } liblensfun="" ; [ "${LENSFUN:-no}" != "no" ] && liblensfun="--enable-liblensfun" +libvmaf="" ; [ "${VMAF:-no}" != "no" ] && libvmaf="--enable-libvmaf" # Default enabled features: fontconfig="" ; [ "${FONTCONFIG:-yes}" != "no" ] && fontconfig="--enable-libfontconfig" @@ -252,6 +253,7 @@ CXXFLAGS="$SLKCFLAGS" \ $ssl \ $tesseract \ $liblensfun \ + $libvmaf \ $libxml2 \ $librsvg \ $vulkan \ |