decoder/oggflac: delete this obsolete plugin

libOggFLAC has been deprecated for 5 years now, and we havn't been
testing it for a long time.  Let's delete it.
This commit is contained in:
Max Kellermann
2011-09-01 19:29:04 +02:00
parent 6a3008d7ff
commit 3d3bca5338
6 changed files with 4 additions and 411 deletions

View File

@@ -58,7 +58,7 @@ const struct decoder_plugin *const decoder_plugins[] = {
#ifdef ENABLE_VORBIS_DECODER
&vorbis_decoder_plugin,
#endif
#if defined(HAVE_FLAC) || defined(HAVE_OGGFLAC)
#if defined(HAVE_FLAC)
&oggflac_decoder_plugin,
#endif
#ifdef HAVE_FLAC