depends  libid3tag &&
depends  libmad    &&

optional_depends  alsa-lib \
                  "" \
                  "--disable-alsatest" \
                  "for ALSA support" &&

if [ "$DEV" == "y" ]; then
optional_depends  jack \
                  "" \
                  "--without-jack" \
                  "for JACK support" &&

optional_depends  mpc \
                  "" \
                  "--without-musepack" \
                  "for musepack (mpc) support"
fi &&

optional_depends  libogg \
                  "" \
                  "--without-ogg" \
                  "for ogg/vorbis support" &&

optional_depends  flac \
                  "" \
                  "--without-flac" \
                  "for flac support" &&

optional_depends  libsndfile \
                  "" \
                  "--without-sndfile --disable-libFLACtest" \
                  "for sndfile support" &&

if [ $DEV = "y" ]; then
optional_depends  speex \
                  "" \
                  "--without-speex" \
                  "for speex support" &&

optional_depends  libsamplerate \
                  "" \
                  "--without-samplerate" \
                  "for Sample Rate Converter support" &&

optional_depends  curl \
                  "" \
                  "--without-curl" \
                  "for curl (Internet streams support) support"
fi
