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/VorbisDecoderPlugin.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/decoder/VorbisDecoderPlugin.cxx') diff --git a/src/decoder/VorbisDecoderPlugin.cxx b/src/decoder/VorbisDecoderPlugin.cxx index 3a05e74a..91065536 100644 --- a/src/decoder/VorbisDecoderPlugin.cxx +++ b/src/decoder/VorbisDecoderPlugin.cxx @@ -21,9 +21,9 @@ #include "VorbisDecoderPlugin.h" #include "VorbisComments.hxx" #include "decoder_api.h" +#include "OggCodec.hxx" extern "C" { -#include "ogg_codec.h" #include "audio_check.h" #include "uri.h" } -- cgit v1.2.3