diff options
author | Marvin Scholz <epirat07@gmail.com> | 2014-07-28 11:55:38 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2014-08-04 12:56:42 +0300 |
commit | eb9244f20210fd420fb9b3c98126f9cae525d1cc (patch) | |
tree | 4bb228dfbd061baf31378385259ced79dcf1a58a /libavformat/Makefile | |
parent | bb41115d56930b9f5d59e79dca254d1201246967 (diff) | |
download | ffmpeg-eb9244f20210fd420fb9b3c98126f9cae525d1cc.tar.gz |
Add Icecast protocol
Icecast is basically a convenience wrapper around the HTTP protocol.
Signed-off-by: Martin Storsjö <martin@martin.st>
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 c2d77b37c9..a048157375 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -375,6 +375,7 @@ OBJS-$(CONFIG_HLS_PROTOCOL) += hlsproto.o OBJS-$(CONFIG_HTTP_PROTOCOL) += http.o httpauth.o urldecode.o OBJS-$(CONFIG_HTTPPROXY_PROTOCOL) += http.o httpauth.o urldecode.o OBJS-$(CONFIG_HTTPS_PROTOCOL) += http.o httpauth.o urldecode.o +OBJS-$(CONFIG_ICECAST_PROTOCOL) += icecast.o OBJS-$(CONFIG_MMSH_PROTOCOL) += mmsh.o mms.o asf.o OBJS-$(CONFIG_MMST_PROTOCOL) += mmst.o mms.o asf.o OBJS-$(CONFIG_MD5_PROTOCOL) += md5proto.o |