summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorMichele OrrĂ¹ <maker.py@gmail.com>2010-02-07 10:25:58 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-02-07 10:25:58 +0000
commit084eb95fd5eacb2eba653210c8e460b2a3d9a729 (patch)
tree7e1226e77460458034c0106521f953963529bc8d /libavformat/Makefile
parent9873ae0d444a0566dc65a68ac7663a2b994b79b3 (diff)
Implement a physical concatenation protocol.
Patch by Michele OrrĂ¹ reverse(<moc.liamg@yp.rekam>). Originally committed as revision 21666 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index 29412c3345..da8afa762b 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -269,6 +269,7 @@ OBJS-$(CONFIG_RTMP_PROTOCOL) += rtmpproto.o rtmppkt.o
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