Mercurial > libavformat.hg
changeset 6480:d55dd9679e52 libavformat
cosmetics: Place concat protocol entry in alphabetical order.
author | diego |
---|---|
date | Tue, 21 Sep 2010 22:21:12 +0000 |
parents | 3e7384f85f1d |
children | 123ebc5da327 |
files | Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Tue Sep 21 20:17:34 2010 +0000 +++ b/Makefile Tue Sep 21 22:21:12 2010 +0000 @@ -292,6 +292,7 @@ # protocols I/O OBJS+= avio.o aviobuf.o +OBJS-$(CONFIG_CONCAT_PROTOCOL) += concat.o OBJS-$(CONFIG_FILE_PROTOCOL) += file.o OBJS-$(CONFIG_GOPHER_PROTOCOL) += gopher.o OBJS-$(CONFIG_HTTP_PROTOCOL) += http.o httpauth.o @@ -308,7 +309,6 @@ OBJS-$(CONFIG_RTP_PROTOCOL) += rtpproto.o OBJS-$(CONFIG_TCP_PROTOCOL) += tcp.o OBJS-$(CONFIG_UDP_PROTOCOL) += udp.o -OBJS-$(CONFIG_CONCAT_PROTOCOL) += concat.o # libavdevice dependencies OBJS-$(CONFIG_JACK_INDEV) += timefilter.o