summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorZhentan Feng <spyfeng@gmail.com>2010-08-11 22:50:17 +0000
committerRonald S. Bultje <rsbultje@gmail.com>2010-08-11 22:50:17 +0000
commitfcd11c61eaa1fb9b5e4767802d553b78561314f5 (patch)
tree5b899025c9cfd92d5747b6da20433c756fde1730 /libavformat/Makefile
parentedce93536a324f68fdc20145d68d4d476d8fd0a9 (diff)
Move functions and structs shared between MMSH and MMST into their own file,
mms.c. Patch by Zhentan Feng <spyfeng gmail com>. Originally committed as revision 24779 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index 16aa0c7c87..430a517488 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -288,7 +288,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_MMST_PROTOCOL) += mmst.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