pipe: new audio output plugin which runs a command
[mk: adapted to new output plugin API]
This commit is contained in:
committed by
Max Kellermann
parent
5ea8a0df3f
commit
cabbf7ab4a
@@ -450,6 +450,10 @@ if HAVE_FIFO
|
||||
OUTPUT_SRC += src/output/fifo_plugin.c
|
||||
endif
|
||||
|
||||
if ENABLE_PIPE_OUTPUT
|
||||
OUTPUT_SRC += src/output/pipe_output_plugin.c
|
||||
endif
|
||||
|
||||
if HAVE_JACK
|
||||
OUTPUT_SRC += src/output/jack_plugin.c
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user