diff options
author | Max Kellermann <max@duempel.org> | 2013-01-07 22:12:09 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-07 22:14:52 +0100 |
commit | acb45caa4205d6e07c46b14079a7ffe0a2141d3d (patch) | |
tree | 9c056cfefccfed391ee033bb4322b49b14451b5e /src/decoder/VorbisDecoderPlugin.cxx | |
parent | 39060b528aceee15a19842f2e9c830d4b35af99e (diff) | |
download | mpd-acb45caa4205d6e07c46b14079a7ffe0a2141d3d.tar.gz mpd-acb45caa4205d6e07c46b14079a7ffe0a2141d3d.tar.xz mpd-acb45caa4205d6e07c46b14079a7ffe0a2141d3d.zip |
decoder/ogg_codec: convert to C++
Diffstat (limited to 'src/decoder/VorbisDecoderPlugin.cxx')
-rw-r--r-- | src/decoder/VorbisDecoderPlugin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder/VorbisDecoderPlugin.cxx b/src/decoder/VorbisDecoderPlugin.cxx index 3a05e74a9..910655361 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" } |