aboutsummaryrefslogtreecommitdiff
path: root/src/decoder/OpusDecoderPlugin.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-07 22:12:09 +0100
committerMax Kellermann <max@duempel.org>2013-01-07 22:14:52 +0100
commitacb45caa4205d6e07c46b14079a7ffe0a2141d3d (patch)
tree9c056cfefccfed391ee033bb4322b49b14451b5e /src/decoder/OpusDecoderPlugin.cxx
parent39060b528aceee15a19842f2e9c830d4b35af99e (diff)
decoder/ogg_codec: convert to C++
Diffstat (limited to 'src/decoder/OpusDecoderPlugin.cxx')
-rw-r--r--src/decoder/OpusDecoderPlugin.cxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/decoder/OpusDecoderPlugin.cxx b/src/decoder/OpusDecoderPlugin.cxx
index c87e60a1..c48b2afa 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"