summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDerek Buitenhuis <derek.buitenhuis@gmail.com>2022-12-09 15:37:03 +0000
committerDerek Buitenhuis <derek.buitenhuis@gmail.com>2023-01-09 12:14:47 -0500
commit94aa70d757af6b0e0919250f9def2a819aa00358 (patch)
tree69d9aa4f138e8c2f402f54be19f225816dac87e0 /configure
parent5d3f0226ade2fc6d655d0e3dfc08035b4e70df24 (diff)
downloadffmpeg-94aa70d757af6b0e0919250f9def2a819aa00358.tar.gz
avformat: Rename IPFS to IPFS gateway
It is a URL rewriter for IPFS gateways, not an actual implementation of IPFS, and naming it as such was both incorrect and misleading. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 870d426b0e..df69d39669 100755
--- a/configure
+++ b/configure
@@ -3601,8 +3601,8 @@ udp_protocol_select="network"
udplite_protocol_select="network"
unix_protocol_deps="sys_un_h"
unix_protocol_select="network"
-ipfs_protocol_select="https_protocol"
-ipns_protocol_select="https_protocol"
+ipfs_gateway_protocol_select="https_protocol"
+ipns_gateway_protocol_select="https_protocol"
# external library protocols
libamqp_protocol_deps="librabbitmq"