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