From 94aa70d757af6b0e0919250f9def2a819aa00358 Mon Sep 17 00:00:00 2001 From: Derek Buitenhuis Date: Fri, 9 Dec 2022 15:37:03 +0000 Subject: 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 --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure') 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" -- cgit v1.2.1