diff options
Diffstat (limited to '')
-rw-r--r-- | src/decoder/OpusDecoderPlugin.cxx | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/decoder/OpusDecoderPlugin.cxx b/src/decoder/OpusDecoderPlugin.cxx index c87e60a16..c48b2afa5 100644 --- a/src/decoder/OpusDecoderPlugin.cxx +++ b/src/decoder/OpusDecoderPlugin.cxx @@ -23,11 +23,7 @@ #include "OpusTags.hxx" #include "OggUtil.hxx" #include "decoder_api.h" - -extern "C" { -#include "ogg_codec.h" -} - +#include "OggCodec.hxx" #include "audio_check.h" #include "tag_handler.h" |