From dd5ba062cc03d0de7fa2b46f16817f8c7c2b112e Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 28 Jul 2013 20:25:45 +0200 Subject: tag_id3: convert to C++ --- src/decoder/MadDecoderPlugin.cxx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/decoder/MadDecoderPlugin.cxx') diff --git a/src/decoder/MadDecoderPlugin.cxx b/src/decoder/MadDecoderPlugin.cxx index bbfd2f412..f8dd03701 100644 --- a/src/decoder/MadDecoderPlugin.cxx +++ b/src/decoder/MadDecoderPlugin.cxx @@ -21,11 +21,7 @@ #include "MadDecoderPlugin.hxx" #include "DecoderAPI.hxx" #include "conf.h" - -extern "C" { -#include "tag_id3.h" -} - +#include "TagId3.hxx" #include "TagRva2.hxx" #include "tag_handler.h" #include "audio_check.h" -- cgit v1.2.3