[FFmpeg-cvslog] avformat: clarify what package needs to be compiled with SSL support

wm4 git at videolan.org
Fri Jun 19 18:49:29 CEST 2015


ffmpeg | branch: release/2.7 | wm4 <nfxjfg at googlemail.com> | Thu Jun 18 20:36:19 2015 +0200| [93d076b4fde12f11c67dcea86a27cc9770450fd4] | committer: Michael Niedermayer

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

Try to reduce user confusion.

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
(cherry picked from commit f6c3f1ed6048ebc55f652ed59f7af9acebbf57e5)

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=93d076b4fde12f11c67dcea86a27cc9770450fd4
---

 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;



More information about the ffmpeg-cvslog mailing list