Mercurial > libavformat.hg
diff Makefile @ 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 | c10a5598e4f6 |
children | 730b214077ca |
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