From f4f4e12c0d4e86c4900481b7dca94d22e733c14a Mon Sep 17 00:00:00 2001 From: Martin Storsjö Date: Thu, 22 Jul 2010 10:30:15 +0300 Subject: Add Apple HTTP Live Streaming protocol handler Signed-off-by: Luca Barbato --- libavformat/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/Makefile') diff --git a/libavformat/Makefile b/libavformat/Makefile index f319031c26..eb9ca49e4d 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -308,6 +308,7 @@ OBJS-$(CONFIG_LIBNUT_MUXER) += libnut.o riff.o # protocols I/O OBJS+= avio.o aviobuf.o +OBJS-$(CONFIG_APPLEHTTP_PROTOCOL) += applehttpproto.o OBJS-$(CONFIG_CONCAT_PROTOCOL) += concat.o OBJS-$(CONFIG_FILE_PROTOCOL) += file.o OBJS-$(CONFIG_GOPHER_PROTOCOL) += gopher.o -- cgit v1.2.3