Try to reduce user confusion.
---
Why is TLS not enabled by default anyway.
---
 libavformat/avio.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/avio.c b/libavformat/avio.c
index deeb87f..261ff2a 100644
--- a/libavformat/avio.c
+++ b/libavformat/avio.c
@@ -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;
-- 
2.1.4

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to