aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorMarton Balint <cus@passwd.hu>2020-02-06 00:11:05 +0100
committerMarton Balint <cus@passwd.hu>2020-02-15 18:41:36 +0100
commitf204a38e08f937f6204bb21a3d95a23089679fe0 (patch)
treef13cc0befa55d21a991b24815aa1ed4f5d51821e /libavformat/Makefile
parent3004ef1b1b1bcd6bec4ad3509662ab1a4b644149 (diff)
downloadffmpeg-f204a38e08f937f6204bb21a3d95a23089679fe0.tar.gz
avformat/ftp: add support for escaped credentials
Properly fixes ticket #7816. Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index 710cc4d088..a9972fd99a 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -592,7 +592,7 @@ OBJS-$(CONFIG_DATA_PROTOCOL) += data_uri.o
OBJS-$(CONFIG_FFRTMPCRYPT_PROTOCOL) += rtmpcrypt.o rtmpdigest.o rtmpdh.o
OBJS-$(CONFIG_FFRTMPHTTP_PROTOCOL) += rtmphttp.o
OBJS-$(CONFIG_FILE_PROTOCOL) += file.o
-OBJS-$(CONFIG_FTP_PROTOCOL) += ftp.o
+OBJS-$(CONFIG_FTP_PROTOCOL) += ftp.o urldecode.o
OBJS-$(CONFIG_GOPHER_PROTOCOL) += gopher.o
OBJS-$(CONFIG_HLS_PROTOCOL) += hlsproto.o
OBJS-$(CONFIG_HTTP_PROTOCOL) += http.o httpauth.o urldecode.o