mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-13 02:41:37 +00:00
avformat: clarify what package needs to be compiled with SSL support
Try to reduce user confusion. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
d4007d1763
commit
f6c3f1ed60
@ -263,7 +263,7 @@ int ffurl_alloc(URLContext **puc, const char *filename, int flags,
|
|||||||
|
|
||||||
*puc = NULL;
|
*puc = NULL;
|
||||||
if (av_strstart(filename, "https:", NULL))
|
if (av_strstart(filename, "https:", NULL))
|
||||||
av_log(NULL, AV_LOG_WARNING, "https protocol not found, recompile with "
|
av_log(NULL, AV_LOG_WARNING, "https protocol not found, recompile FFmpeg with "
|
||||||
"openssl, gnutls,\n"
|
"openssl, gnutls,\n"
|
||||||
"or securetransport enabled.\n");
|
"or securetransport enabled.\n");
|
||||||
return AVERROR_PROTOCOL_NOT_FOUND;
|
return AVERROR_PROTOCOL_NOT_FOUND;
|
||||||
|
Loading…
Reference in New Issue
Block a user