summaryrefslogtreecommitdiff
path: root/libavformat/avio.c
diff options
context:
space:
mode:
authorwm4 <nfxjfg@googlemail.com>2015-06-18 20:36:19 +0200
committerMichael Niedermayer <michaelni@gmx.at>2015-06-18 22:26:36 +0200
commitf6c3f1ed6048ebc55f652ed59f7af9acebbf57e5 (patch)
treed17f0312353b29ef91eff26a2958b3d2b3545503 /libavformat/avio.c
parentd4007d176313f6fe08c4fd2e484495f55e280c2a (diff)
avformat: clarify what package needs to be compiled with SSL support
Try to reduce user confusion. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/avio.c')
-rw-r--r--libavformat/avio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/avio.c b/libavformat/avio.c
index deeb87f9ec..261ff2af98 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;