MP4/AAC, not just AAC
git-svn-id: https://svn.musicpd.org/mpd/trunk@273 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
parent
4e422a7fbd
commit
84292aeaea
|
@ -386,9 +386,9 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test x$enable_aac = xyes; then
|
if test x$enable_aac = xyes; then
|
||||||
echo "AAC support ...................enabled"
|
echo "MP4/AAC support ...............enabled"
|
||||||
else
|
else
|
||||||
echo "AAC support ...................disabled"
|
echo "MP4/AAC support ...............disabled"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo ""
|
echo ""
|
||||||
|
|
Loading…
Reference in New Issue