From acb45caa4205d6e07c46b14079a7ffe0a2141d3d Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 7 Jan 2013 22:12:09 +0100 Subject: decoder/ogg_codec: convert to C++ --- src/decoder/OpusDecoderPlugin.cxx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/decoder/OpusDecoderPlugin.cxx') 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" -- cgit v1.2.3