412cb1ee10
git-svn-id: https://svn.musicpd.org/mpd/trunk@4737 09075e82-0dd4-0310-85a5-a0d7c8717e4f
47 lines
333 B
Bash
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 ()
|
|
{
|
|
}
|