Commit f6c3f1ed authored by wm4's avatar wm4 Committed by Michael Niedermayer

avformat: clarify what package needs to be compiled with SSL support

Try to reduce user confusion.
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent d4007d17
......@@ -263,7 +263,7 @@ int ffurl_alloc(URLContext **puc, const char *filename, int flags,
*puc = 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"
"or securetransport enabled.\n");
return AVERROR_PROTOCOL_NOT_FOUND;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment