pipe: new audio output plugin which runs a command

[mk: adapted to new output plugin API]
This commit is contained in:
Michal Nazarewicz
2009-02-28 16:11:59 +01:00
committed by Max Kellermann
parent 5ea8a0df3f
commit cabbf7ab4a
6 changed files with 142 additions and 0 deletions
+4
View File
@@ -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