diff options
author | Max Kellermann <max@duempel.org> | 2013-01-30 19:39:08 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-30 21:36:09 +0100 |
commit | 823c618d241e7e45f31981c437215bc35664c385 (patch) | |
tree | 39220111d78758ced0a764e55d23c70020b34c69 /src/encoder/VorbisEncoderPlugin.cxx | |
parent | 51cb6a0a44f8a70927de6516782e3a9a02b3b3dc (diff) | |
download | mpd-823c618d241e7e45f31981c437215bc35664c385.tar.gz mpd-823c618d241e7e45f31981c437215bc35664c385.tar.xz mpd-823c618d241e7e45f31981c437215bc35664c385.zip |
{encoder,output}_api.h: allow compiling as C++
Diffstat (limited to 'src/encoder/VorbisEncoderPlugin.cxx')
-rw-r--r-- | src/encoder/VorbisEncoderPlugin.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/encoder/VorbisEncoderPlugin.cxx b/src/encoder/VorbisEncoderPlugin.cxx index 74048e0cd..dc7ef0d5e 100644 --- a/src/encoder/VorbisEncoderPlugin.cxx +++ b/src/encoder/VorbisEncoderPlugin.cxx @@ -20,11 +20,7 @@ #include "config.h" #include "VorbisEncoderPlugin.hxx" #include "OggStream.hxx" - -extern "C" { #include "encoder_api.h" -} - #include "encoder_plugin.h" #include "tag.h" #include "audio_format.h" |