Commit 2ee43c40 authored by Max Kellermann's avatar Max Kellermann

decoder/vorbis: reimplement using class OggDecoder

Use libvorbis instead of libvorbisfile, which gives us more control over the decoding process.
parent 24fa3f5e
...@@ -964,7 +964,7 @@ if test x$enable_tremor = xyes; then ...@@ -964,7 +964,7 @@ if test x$enable_tremor = xyes; then
fi fi
fi fi
MPD_AUTO_PKG(vorbis, VORBIS, [vorbisfile vorbis ogg], MPD_AUTO_PKG(vorbis, VORBIS, [vorbis ogg],
[Ogg Vorbis decoder], [libvorbis not found]) [Ogg Vorbis decoder], [libvorbis not found])
if test x$enable_vorbis = xyes; then if test x$enable_vorbis = xyes; then
AC_DEFINE(ENABLE_VORBIS_DECODER, 1, [Define for Ogg Vorbis support]) AC_DEFINE(ENABLE_VORBIS_DECODER, 1, [Define for Ogg Vorbis support])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment