From b496239e762cc354d9f5a9272893d35615e60144 Mon Sep 17 00:00:00 2001 From: "J. Alexander Treuman" Date: Wed, 13 Jun 2007 14:15:30 +0000 Subject: Adding FIFO audio output. This is pretty much identical to the old one, except that it now uses a timer for throttling. git-svn-id: https://svn.musicpd.org/mpd/trunk@6621 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/audioOutput.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/audioOutput.h') diff --git a/src/audioOutput.h b/src/audioOutput.h index 7b30c4c09..1591c814a 100644 --- a/src/audioOutput.h +++ b/src/audioOutput.h @@ -107,6 +107,7 @@ void printAllOutputPluginTypes(FILE * fp); extern AudioOutputPlugin shoutPlugin; extern AudioOutputPlugin nullPlugin; +extern AudioOutputPlugin fifoPlugin; extern AudioOutputPlugin alsaPlugin; extern AudioOutputPlugin aoPlugin; extern AudioOutputPlugin ossPlugin; -- cgit v1.2.3