mpd/bs/dep-input.sh
Eric Wong 412cb1ee10 bs: a work in progress..
git-svn-id: https://svn.musicpd.org/mpd/trunk@4737 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2006-09-06 09:26:51 +00:00

47 lines
333 B
Bash

t_aac ()
{
dep_paths aac
if test_header 'faad' && test_header 'mp4ff'; then
ldflags="-lfaad -lmp4ff"
echo t
fi
}
audiofile ()
{
dep_paths audiofile
if test_header 'audiofile'; then
ldflags="-lm -laudiofile"
echo t
fi
}
flac ()
{
}
oggvorbis ()
{
}
oggflac ()
{
}
mod ()
{
}
mpc ()
{
}
mp3 ()
{
}
tremor ()
{
}