aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorJ. Alexander Treuman <jat@spatialrift.net>2006-07-26 20:51:50 +0000
committerJ. Alexander Treuman <jat@spatialrift.net>2006-07-26 20:51:50 +0000
commit8dcc3d31ac92e0eb632f17bd6ccf5c34fa08106d (patch)
treea584b0472482591f0ddbfeb558f2fd91c4e8e0ba /src/Makefile.am
parent907fe56029ead527a439127d39e54c9283b5d65e (diff)
downloadmpd-8dcc3d31ac92e0eb632f17bd6ccf5c34fa08106d.tar.gz
mpd-8dcc3d31ac92e0eb632f17bd6ccf5c34fa08106d.tar.xz
mpd-8dcc3d31ac92e0eb632f17bd6ccf5c34fa08106d.zip
Remove the fifo plugin. It's currently useless for the average user, and making it more presentable isn't something I'm willing to do before 0.12. It will likely be added back after 0.12, along with some very experimental stuff to make it more usable.
git-svn-id: https://svn.musicpd.org/mpd/trunk@4472 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 805403165..08f7ed012 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -7,7 +7,6 @@ mpd_audioOutputs = \
audioOutputs/audioOutput_oss.c \
audioOutputs/audioOutput_osx.c \
audioOutputs/audioOutput_pulse.c \
- audioOutputs/audioOutput_fifo.c \
audioOutputs/audioOutput_mvp.c \
audioOutputs/audioOutput_shout.c