# HG changeset patch # User stefano # Date 1238716427 0 # Node ID b09008e45b45f061ed0b45a8af7f96ad38720155 # Parent 6aa2f07e2df06c2fc5eff2cc32cccb3144b6dfa5 Implement JACK input device. Patch by Olivier Guilyardi list samalyse com. See the thread: "[FFmpeg-devel] [PATCH] libavdevice: JACK demuxer". diff -r 6aa2f07e2df0 -r b09008e45b45 Makefile --- a/Makefile Thu Apr 02 19:53:53 2009 +0000 +++ b/Makefile Thu Apr 02 23:53:47 2009 +0000 @@ -243,6 +243,9 @@ OBJS-$(CONFIG_TCP_PROTOCOL) += tcp.o OBJS-$(CONFIG_UDP_PROTOCOL) += udp.o +# libavdevice dependencies +OBJS-$(CONFIG_JACK_DEMUXER) += timefilter.o + EXAMPLES = output TESTPROGS = timefilter