Mercurial > libavformat.hg
diff Makefile @ 5634:b280788e1936 libavformat
Implement a physical concatenation protocol.
Patch by Michele Orr? reverse(<moc.liamg@yp.rekam>).
| author | stefano |
|---|---|
| date | Sun, 07 Feb 2010 10:25:58 +0000 |
| parents | 5d3ac5652047 |
| children | 457efbf56d15 |
line wrap: on
line diff
--- a/Makefile Sat Feb 06 12:32:44 2010 +0000 +++ b/Makefile Sun Feb 07 10:25:58 2010 +0000 @@ -269,6 +269,7 @@ 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
