tag_handler: convert to C++

This commit is contained in:
Max Kellermann
2013-07-29 07:32:36 +02:00
parent 96b763067e
commit cde6a3a00c
32 changed files with 58 additions and 63 deletions

View File

@@ -19,7 +19,7 @@
#include "config.h"
#include "AdPlugDecoderPlugin.h"
#include "tag_handler.h"
#include "TagHandler.hxx"
#include "DecoderAPI.hxx"
extern "C" {

View File

@@ -21,7 +21,7 @@
#include "AudiofileDecoderPlugin.hxx"
#include "DecoderAPI.hxx"
#include "audio_check.h"
#include "tag_handler.h"
#include "TagHandler.hxx"
#include <audiofile.h>
#include <af_vfs.h>

View File

@@ -27,7 +27,7 @@
#include "DsdLib.hxx"
#include "DecoderAPI.hxx"
#include "util/bit_reverse.h"
#include "tag_handler.h"
#include "TagHandler.hxx"
#include "TagId3.hxx"
#include <unistd.h>

View File

@@ -31,9 +31,9 @@
#include "DecoderAPI.hxx"
#include "audio_check.h"
#include "util/bit_reverse.h"
#include "tag_handler.h"
#include "TagHandler.hxx"
#include "DsdLib.hxx"
#include "tag_handler.h"
#include "TagHandler.hxx"
#include <unistd.h>
#include <stdio.h> /* for SEEK_SET, SEEK_CUR */

View File

@@ -33,7 +33,7 @@
#include "audio_check.h"
#include "util/bit_reverse.h"
#include "DsdLib.hxx"
#include "tag_handler.h"
#include "TagHandler.hxx"
#include <unistd.h>
#include <stdio.h> /* for SEEK_SET, SEEK_CUR */

View File

@@ -22,7 +22,7 @@
#include "DecoderAPI.hxx"
#include "DecoderBuffer.hxx"
#include "audio_check.h"
#include "tag_handler.h"
#include "TagHandler.hxx"
#include <neaacdec.h>

View File

@@ -24,7 +24,7 @@
#include "FfmpegDecoderPlugin.hxx"
#include "DecoderAPI.hxx"
#include "FfmpegMetaData.hxx"
#include "tag_handler.h"
#include "TagHandler.hxx"
#include "InputStream.hxx"
extern "C" {

View File

@@ -23,7 +23,7 @@
#include "config.h"
#include "FfmpegMetaData.hxx"
#include "tag_table.h"
#include "tag_handler.h"
#include "TagHandler.hxx"
#undef G_LOG_DOMAIN
#define G_LOG_DOMAIN "ffmpeg"

View File

@@ -25,7 +25,7 @@ extern "C" {
}
#include "tag.h"
#include "tag_handler.h"
#include "TagHandler.hxx"
#include "tag_table.h"
#include "replay_gain_info.h"

View File

@@ -21,7 +21,7 @@
#include "GmeDecoderPlugin.hxx"
#include "DecoderAPI.hxx"
#include "audio_check.h"
#include "tag_handler.h"
#include "TagHandler.hxx"
#include "util/UriUtil.hxx"
#include <glib.h>

View File

@@ -23,7 +23,7 @@
#include "conf.h"
#include "TagId3.hxx"
#include "TagRva2.hxx"
#include "tag_handler.h"
#include "TagHandler.hxx"
#include "audio_check.h"
#include <assert.h>

View File

@@ -21,7 +21,7 @@
#include "MikmodDecoderPlugin.hxx"
#include "DecoderAPI.hxx"
#include "mpd_error.h"
#include "tag_handler.h"
#include "TagHandler.hxx"
#include <glib.h>
#include <mikmod.h>

View File

@@ -20,7 +20,7 @@
#include "config.h"
#include "ModplugDecoderPlugin.hxx"
#include "DecoderAPI.hxx"
#include "tag_handler.h"
#include "TagHandler.hxx"
#include <glib.h>
#include <modplug.h>

View File

@@ -21,7 +21,7 @@
#include "MpcdecDecoderPlugin.hxx"
#include "DecoderAPI.hxx"
#include "audio_check.h"
#include "tag_handler.h"
#include "TagHandler.hxx"
#ifdef MPC_IS_OLD_API
#include <mpcdec/mpcdec.h>

View File

@@ -21,7 +21,7 @@
#include "Mpg123DecoderPlugin.hxx"
#include "DecoderAPI.hxx"
#include "audio_check.h"
#include "tag_handler.h"
#include "TagHandler.hxx"
#include <glib.h>

View File

@@ -27,7 +27,7 @@
#include "DecoderAPI.hxx"
#include "OggCodec.hxx"
#include "audio_check.h"
#include "tag_handler.h"
#include "TagHandler.hxx"
#include "InputStream.hxx"
#include <opus.h>

View File

@@ -21,7 +21,7 @@
#include "OpusTags.hxx"
#include "OpusReader.hxx"
#include "XiphTags.h"
#include "tag_handler.h"
#include "TagHandler.hxx"
#include <stdint.h>
#include <string.h>

View File

@@ -21,7 +21,7 @@
#include "SndfileDecoderPlugin.hxx"
#include "DecoderAPI.hxx"
#include "audio_check.h"
#include "tag_handler.h"
#include "TagHandler.hxx"
#include <sndfile.h>

View File

@@ -22,7 +22,7 @@
#include "XiphTags.h"
#include "tag.h"
#include "tag_table.h"
#include "tag_handler.h"
#include "TagHandler.hxx"
#include "replay_gain_info.h"
#include <glib.h>

View File

@@ -29,7 +29,7 @@ extern "C" {
#include "audio_check.h"
}
#include "tag_handler.h"
#include "TagHandler.hxx"
#ifndef HAVE_TREMOR
#define OV_EXCLUDE_STATIC_CALLBACKS

View File

@@ -26,7 +26,7 @@ extern "C" {
#include "audio_check.h"
}
#include "tag_handler.h"
#include "TagHandler.hxx"
#include "ApeTag.hxx"
#include <wavpack/wavpack.h>

View File

@@ -20,7 +20,7 @@
#include "config.h"
#include "WildmidiDecoderPlugin.hxx"
#include "DecoderAPI.hxx"
#include "tag_handler.h"
#include "TagHandler.hxx"
#include "glib_compat.h"
#include <glib.h>

View File

@@ -21,7 +21,7 @@
#include "../DecoderAPI.hxx"
extern "C" {
#include "tag_handler.h"
#include "TagHandler.hxx"
}
#include <errno.h>