summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorLukasz Marek <lukasz.m.luki@gmail.com>2013-05-15 16:08:11 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-05-18 22:16:02 +0200
commitc86d3a54dedc4dbf37a84a3559facb7e7ad8ef9f (patch)
tree3ca1d0184cbc7c2aa32a2153729bcefa3e04744e /configure
parent9f88db5df1410c6b9f08be77fa119009f63106a6 (diff)
FTP protocol support
Implementation of ftp protocol. Fixes #1672 Signed-off-by: Lukasz Marek <lukasz.m.luki@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 1e444089a0..1b7a847fcb 100755
--- a/configure
+++ b/configure
@@ -2090,6 +2090,7 @@ ffrtmpcrypt_protocol_deps_any="gcrypt nettle openssl"
ffrtmpcrypt_protocol_select="tcp_protocol"
ffrtmphttp_protocol_deps="!librtmp_protocol"
ffrtmphttp_protocol_select="http_protocol"
+ftp_protocol_select="tcp_protocol"
gopher_protocol_select="network"
httpproxy_protocol_select="tcp_protocol"
http_protocol_select="tcp_protocol"