From 43166130b51e995ada4130f6400efbb5d38eeb47 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 29 Jul 2013 07:50:08 +0200 Subject: audio_check: convert to C++ --- src/decoder/VorbisDecoderPlugin.cxx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/decoder/VorbisDecoderPlugin.cxx') diff --git a/src/decoder/VorbisDecoderPlugin.cxx b/src/decoder/VorbisDecoderPlugin.cxx index 438ba5949..7e039ab1e 100644 --- a/src/decoder/VorbisDecoderPlugin.cxx +++ b/src/decoder/VorbisDecoderPlugin.cxx @@ -24,11 +24,7 @@ #include "InputStream.hxx" #include "OggCodec.hxx" #include "util/UriUtil.hxx" - -extern "C" { -#include "audio_check.h" -} - +#include "CheckAudioFormat.hxx" #include "TagHandler.hxx" #ifndef HAVE_TREMOR -- cgit v1.2.3