From e3dc2c86fc4178b100484c54f12c88705cdf6724 Mon Sep 17 00:00:00 2001 From: ePirat Date: Mon, 28 Jul 2014 10:36:19 +0200 Subject: libavformat: Add Icecast protocol Signed-off-by: Michael Niedermayer --- libavformat/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/Makefile') diff --git a/libavformat/Makefile b/libavformat/Makefile index 8aa1d01882..a31f0bec19 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -485,6 +485,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 -- cgit v1.2.3