decoder/ogg_codec: convert to C++

This commit is contained in:
Max Kellermann
2013-01-07 22:12:09 +01:00
parent 39060b528a
commit acb45caa42
6 changed files with 9 additions and 16 deletions

View File

@@ -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"
}