Mercurial > libavformat.hg
changeset 4810:b09008e45b45 libavformat
Implement JACK input device.
Patch by Olivier Guilyardi list samalyse com.
See the thread: "[FFmpeg-devel] [PATCH] libavdevice: JACK demuxer".
author | stefano |
---|---|
date | Thu, 02 Apr 2009 23:53:47 +0000 |
parents | 6aa2f07e2df0 |
children | ef366aa6b7f2 |
files | Makefile |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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