diff options
author | Christoph Willing <chris.willing@linux.com> | 2020-06-24 13:36:08 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-06-28 08:17:02 +0700 |
commit | e9c02ed2e04f479f82030920ef1f295fc0e7a48d (patch) | |
tree | 7838a36207c4aa00d0c60fa5fa6660a26aad2972 /multimedia/ffmpeg4/README | |
parent | 26ee419c3cde9c31a98ca0855c1ce3cd336337f9 (diff) |
multimedia/ffmpeg4: Updated for version 4.3. New maintainer
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia/ffmpeg4/README')
-rw-r--r-- | multimedia/ffmpeg4/README | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/multimedia/ffmpeg4/README b/multimedia/ffmpeg4/README index 9d9c5e4ed1ca9..76b26f3a96e85 100644 --- a/multimedia/ffmpeg4/README +++ b/multimedia/ffmpeg4/README @@ -16,10 +16,10 @@ It can optionally link to a number of extra libraries that are available on SBo by setting the relevant env vars, which all default to "no": CHROMAPRINT=yes # requires chromaprint + CUDA=yes # requires cudatoolkit & nv-codec-headers DECKLINK=yes # requires decklink-sdk FREI0R=yes # requires frei0r LADSPA=yes # requires ladspa_sdk - LIBAOM=yes # requires libaom LIBBLURAY=yes # requires libbluray LIBBS2B=yes # requires libbs2b LIBCELT=yes # requires celt @@ -42,9 +42,6 @@ on SBo by setting the relevant env vars, which all default to "no": LIBTESSERACT=yes # requires tesseract LIBTWOLAME=yes # requires twolame LIBVIDSTAB=yes # requires vid.stab - LIBWEBP=yes # requires libwebp - LIBX264=yes # requires x264 - LIBX265=yes # requires x265 LIBXVID=yes # requires xvidcore LIBZMQ=yes # requires zeromq LIBZVBI=yes # requires zvbi @@ -63,6 +60,7 @@ There are a few other libraries available in Slackware that are also linked to by default, and you can disable them by changing the default of "yes" to "no" with the following settings: + LIBAOM=no LIBCACA=no LIBCDIO=no LIBFONTCONFIG=no @@ -77,6 +75,9 @@ of "yes" to "no" with the following settings: LIBVORBIS=no LIBVPX=no LIBWAVPACK=no + LIBWEBP=no + LIBX264=no + LIBX265=no OPENGL=no To link to this version of the ffmpeg libraries, you'll need to set |