diff options
author | Olivier Guilyardi <list@samalyse.com> | 2009-04-02 23:53:47 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-04-02 23:53:47 +0000 |
commit | 80ff8a16f57b9de6f4dc9dd524814ce83618040a (patch) | |
tree | 6919a80b6a2ac658b9184e0f733b8fb5a05b143b /libavformat | |
parent | 7b09db35225e726949f28b59075bc6519f8fdac0 (diff) | |
download | ffmpeg-80ff8a16f57b9de6f4dc9dd524814ce83618040a.tar.gz |
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')
-rw-r--r-- | libavformat/Makefile | 3 |
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 |