diff options
Diffstat (limited to 'bs/deps.sh')
-rw-r--r-- | bs/deps.sh | 27 |
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 +' |