aboutsummaryrefslogtreecommitdiffstats
path: root/bs/deps.sh
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2006-09-06 09:26:51 +0000
committerEric Wong <normalperson@yhbt.net>2006-09-06 09:26:51 +0000
commit412cb1ee105a74999a3ffac4e60e6602c5f2e541 (patch)
treefc8b9e117fc3ff5eaf0f55113be9dc89418b7a6f /bs/deps.sh
parent7b6d45f50fa49f4da56cc4ae29758a01ec958792 (diff)
downloadmpd-412cb1ee105a74999a3ffac4e60e6602c5f2e541.tar.gz
mpd-412cb1ee105a74999a3ffac4e60e6602c5f2e541.tar.xz
mpd-412cb1ee105a74999a3ffac4e60e6602c5f2e541.zip
bs: a work in progress..
git-svn-id: https://svn.musicpd.org/mpd/trunk@4737 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
-rw-r--r--bs/deps.sh27
1 files changed, 27 insertions, 0 deletions
diff --git a/bs/deps.sh b/bs/deps.sh
new file mode 100644
index 000000000..f2a86bc6c
--- /dev/null
+++ b/bs/deps.sh
@@ -0,0 +1,27 @@
+output_deps='
+alsa=t
+ao=f
+fifo=f
+mvp=f
+oss=t
+pulse=t
+shout=t
+sun=t
+'
+
+input_deps='
+aac=t
+audiofile=t
+flac=t
+oggvorbis=t
+oggflac=t
+mod=f
+mpc=t
+mp3=t
+tremor=f
+'
+
+other_deps='
+id3=t
+iconv=t
+'