On Tue, Nov 15, 2022 at 09:34:56 +0800, Sendex Six wrote:
> Hi all, as per the title of this email, how can we do this? Also, please
> include links for any references. Thank you so much, everyone.

Check the output of "./configure --help":
  --enable-gnutls          enable gnutls, needed for https support
                           if openssl, libtls or mbedtls is not used [no]
  --enable-libtls          enable LibreSSL (via libtls), needed for https 
support
                           if openssl, gnutls or mbedtls is not used [no]
  --enable-mbedtls         enable mbedTLS, needed for https support
                           if openssl, gnutls or libtls is not used [no]
  --enable-openssl         enable openssl, needed for https support
                           if gnutls, libtls or mbedtls is not used [no]
  --disable-schannel       disable SChannel SSP, needed for TLS support on
                           Windows if openssl and gnutls are not used 
[autodetect]

So, you need to provide one of these libraries and add the appropriate
configure option (except for Windows, where SChannel is automatically
detected).

Cheers,
Moritz
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to