]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/avio.c
Merge commit 'b39ab8549a53e2fc7978ab9db50e5c2ba6a6602d'
[ffmpeg] / libavformat / avio.c
index b2c2178e4c39c11300e253b7d8abf6c3261b6169..6bfa67f3ba22a6093ef76c18d8cb74063344a54f 100644 (file)
@@ -297,7 +297,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 FFmpeg with "
-                                     "openssl, gnutls,\n"
+                                     "openssl, gnutls "
                                      "or securetransport enabled.\n");
     return AVERROR_PROTOCOL_NOT_FOUND;
 }