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/FfmpegDecoderPlugin.cxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/decoder/FfmpegDecoderPlugin.cxx') diff --git a/src/decoder/FfmpegDecoderPlugin.cxx b/src/decoder/FfmpegDecoderPlugin.cxx index 5930f7fa7..ae95dec09 100644 --- a/src/decoder/FfmpegDecoderPlugin.cxx +++ b/src/decoder/FfmpegDecoderPlugin.cxx @@ -26,10 +26,7 @@ #include "FfmpegMetaData.hxx" #include "TagHandler.hxx" #include "InputStream.hxx" - -extern "C" { -#include "audio_check.h" -} +#include "CheckAudioFormat.hxx" #include -- cgit v1.2.3