diff options
author | Zhentan Feng <spyfeng@gmail.com> | 2010-08-11 22:50:17 +0000 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2010-08-11 22:50:17 +0000 |
commit | fcd11c61eaa1fb9b5e4767802d553b78561314f5 (patch) | |
tree | 5b899025c9cfd92d5747b6da20433c756fde1730 /libavformat/Makefile | |
parent | edce93536a324f68fdc20145d68d4d476d8fd0a9 (diff) | |
download | ffmpeg-fcd11c61eaa1fb9b5e4767802d553b78561314f5.tar.gz |
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/Makefile | 2 |
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 |