Mercurial > libavformat.hg
diff Makefile @ 6053:1b6a5459ff73 libavformat
MMS-over-TCP protocol support. Patch by Zhentan Feng <spyfeng gmail com>.
| author | rbultje |
|---|---|
| date | Mon, 24 May 2010 21:59:32 +0000 |
| parents | 5a9972bd90b6 |
| children | 817a86ec7ad2 |
line wrap: on
line diff
--- a/Makefile Mon May 24 20:35:01 2010 +0000 +++ b/Makefile Mon May 24 21:59:32 2010 +0000 @@ -275,6 +275,7 @@ 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
