Mercurial > libavformat.hg
diff Makefile @ 6396:c2e5016e2b4e libavformat
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.
| author | rbultje |
|---|---|
| date | Sat, 21 Aug 2010 19:04:41 +0000 |
| parents | d05e8fb04c6f |
| children | 8775d4c0e991 |
line wrap: on
line diff
--- a/Makefile Thu Aug 19 21:28:43 2010 +0000 +++ b/Makefile Sat Aug 21 19:04:41 2010 +0000 @@ -292,6 +292,7 @@ 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
