X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=libavformat%2Favio.c;h=4dc468350c943c4be30f1369e1049d46548684dc;hb=400ecd8e4059e0d6c587915bca5e7e11858cca33;hp=4718753b7b99abfefe27e061a2b6007e1d2a492c;hpb=24a8603a8e0f946e18940119c88d5f77134297ed;p=ffmpeg diff --git a/libavformat/avio.c b/libavformat/avio.c index 4718753b7b9..4dc468350c9 100644 --- a/libavformat/avio.c +++ b/libavformat/avio.c @@ -297,7 +297,7 @@ int ffurl_alloc(URLContext **puc, const char *filename, int flags, return url_alloc_for_protocol(puc, p, filename, flags, int_cb); *puc = NULL; - if (av_strstart(filename, "https:", NULL)) + if (av_strstart(filename, "https:", NULL) || av_strstart(filename, "tls:", NULL)) av_log(NULL, AV_LOG_WARNING, "https protocol not found, recompile FFmpeg with " "openssl, gnutls " "or securetransport enabled.\n");