$NetBSD$ Add gopher support. --- stream/stream_lavf.c.orig 2018-10-02 19:03:41.000000000 +0000 +++ stream/stream_lavf.c @@ -409,7 +409,7 @@ const stream_info_t stream_info_ffmpeg = .protocols = (const char *const[]){ "rtmp", "rtsp", "http", "https", "mms", "mmst", "mmsh", "mmshttp", "rtp", "httpproxy", "rtmpe", "rtmps", "rtmpt", "rtmpte", "rtmpts", "srtp", - "data", + "gopher", "data", NULL }, .can_write = true, .is_safe = true,