decoder/vorbis: reimplement using class OggDecoder

Use libvorbis instead of libvorbisfile, which gives us more control
over the decoding process.
This commit is contained in:
Max Kellermann
2016-05-14 10:18:30 +02:00
parent 24fa3f5e7b
commit 2ee43c403c
2 changed files with 227 additions and 234 deletions

View File

@@ -964,7 +964,7 @@ if test x$enable_tremor = xyes; then
fi
fi
MPD_AUTO_PKG(vorbis, VORBIS, [vorbisfile vorbis ogg],
MPD_AUTO_PKG(vorbis, VORBIS, [vorbis ogg],
[Ogg Vorbis decoder], [libvorbis not found])
if test x$enable_vorbis = xyes; then
AC_DEFINE(ENABLE_VORBIS_DECODER, 1, [Define for Ogg Vorbis support])