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 /libavformat/Makefile | |
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 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index 24dd3cdc3f..abc2472875 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -424,6 +424,7 @@ OBJS-$(CONFIG_DATA_PROTOCOL) += data_uri.o OBJS-$(CONFIG_FFRTMPCRYPT_PROTOCOL) += rtmpcrypt.o rtmpdh.o OBJS-$(CONFIG_FFRTMPHTTP_PROTOCOL) += rtmphttp.o OBJS-$(CONFIG_FILE_PROTOCOL) += file.o +OBJS-$(CONFIG_FTP_PROTOCOL) += ftp.o OBJS-$(CONFIG_GOPHER_PROTOCOL) += gopher.o OBJS-$(CONFIG_HLS_PROTOCOL) += hlsproto.o OBJS-$(CONFIG_HTTP_PROTOCOL) += http.o httpauth.o urldecode.o |