From a24039861d92cc10bf09f2c64daabf4894a6fc0b Mon Sep 17 00:00:00 2001 From: Zhentan Feng Date: Mon, 24 May 2010 21:59:32 +0000 Subject: MMS-over-TCP protocol support. Patch by Zhentan Feng . Originally committed as revision 23301 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/Makefile') diff --git a/libavformat/Makefile b/libavformat/Makefile index cffcd6ad5c..4c4b83bc2e 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -275,6 +275,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_PIPE_PROTOCOL) += file.o # external or internal rtmp -- cgit v1.2.3