summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorOlivier Guilyardi <list@samalyse.com>2009-04-02 23:53:47 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2009-04-02 23:53:47 +0000
commit80ff8a16f57b9de6f4dc9dd524814ce83618040a (patch)
tree6919a80b6a2ac658b9184e0f733b8fb5a05b143b /libavformat/Makefile
parent7b09db35225e726949f28b59075bc6519f8fdac0 (diff)
Implement JACK input device.
Patch by Olivier Guilyardi list samalyse com. See the thread: "[FFmpeg-devel] [PATCH] libavdevice: JACK demuxer". Originally committed as revision 18322 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index aad67cc056..1bdc976bc1 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -243,6 +243,9 @@ OBJS-$(CONFIG_RTP_PROTOCOL) += rtpproto.o
OBJS-$(CONFIG_TCP_PROTOCOL) += tcp.o
OBJS-$(CONFIG_UDP_PROTOCOL) += udp.o
+# libavdevice dependencies
+OBJS-$(CONFIG_JACK_DEMUXER) += timefilter.o
+
EXAMPLES = output
TESTPROGS = timefilter