diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2010-08-21 19:04:41 +0000 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2010-08-21 19:04:41 +0000 |
commit | f5ea69b23522898b14b3ddf5acd6d1befcc9d0da (patch) | |
tree | d6389691f6e8531770e8b862475e38ee83858f69 /libavformat/Makefile | |
parent | c901f6ab6f21539912ed3162a46047650f72b37f (diff) | |
download | ffmpeg-f5ea69b23522898b14b3ddf5acd6d1befcc9d0da.tar.gz |
MMSH support, the most popular and widely used of all MMS variants. Written by
Zhentan Feng <spyfeng gmail com> as part of Google's Summer of Code program.
Originally committed as revision 24861 to svn://svn.ffmpeg.org/ffmpeg/trunk
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 ac664e6377..ab260a1bc5 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -292,6 +292,7 @@ OBJS+= avio.o aviobuf.o OBJS-$(CONFIG_FILE_PROTOCOL) += file.o OBJS-$(CONFIG_GOPHER_PROTOCOL) += gopher.o OBJS-$(CONFIG_HTTP_PROTOCOL) += http.o httpauth.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 OBJS-$(CONFIG_PIPE_PROTOCOL) += file.o |