diff options
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 \ |