mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
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
This commit is contained in:
committed by
Stefano Sabatini
parent
7b09db3522
commit
80ff8a16f5
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user