diff options
author | Lukasz Marek <lukasz.m.luki@gmail.com> | 2013-05-15 16:08:11 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-05-18 22:16:02 +0200 |
commit | c86d3a54dedc4dbf37a84a3559facb7e7ad8ef9f (patch) | |
tree | 3ca1d0184cbc7c2aa32a2153729bcefa3e04744e /configure | |
parent | 9f88db5df1410c6b9f08be77fa119009f63106a6 (diff) | |
download | ffmpeg-c86d3a54dedc4dbf37a84a3559facb7e7ad8ef9f.tar.gz |
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-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |