summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2010-07-22 10:30:15 +0300
committerLuca Barbato <lu_zero@gentoo.org>2011-03-06 23:29:39 +0100
commitf4f4e12c0d4e86c4900481b7dca94d22e733c14a (patch)
tree7b6ea22c9dd166ef7da7486d30edd09a65d4f170 /libavformat/Makefile
parent8f73c060773156cbf48e153506a38bcb6e2c4c6d (diff)
Add Apple HTTP Live Streaming protocol handler
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile1
1 files changed, 1 insertions, 0 deletions
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