summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorparazyd <parazyd@dyne.org>2021-02-28 23:47:03 +0100
committerMarton Balint <cus@passwd.hu>2021-03-11 23:26:37 +0100
commited4c2e183bc61414abb421b2bf19ac44e436da06 (patch)
treef528402aca234c75ba371e450b333188b11882ea /configure
parente690aa6a8dfa9a04c260af0eacc4c2978ad1a5fc (diff)
avformat/gopher: Add default_whitelist to ff_gopher_protocol
Signed-off-by: parazyd <parazyd@dyne.org> Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index d11942fced..1c0888ffa6 100755
--- a/configure
+++ b/configure
@@ -3449,7 +3449,7 @@ ffrtmpcrypt_protocol_select="tcp_protocol"
ffrtmphttp_protocol_conflict="librtmp_protocol"
ffrtmphttp_protocol_select="http_protocol"
ftp_protocol_select="tcp_protocol"
-gopher_protocol_select="network"
+gopher_protocol_select="tcp_protocol"
http_protocol_select="tcp_protocol"
http_protocol_suggest="zlib"
httpproxy_protocol_select="tcp_protocol"