replay_gain_*: convert to C++
This commit is contained in:
@@ -18,10 +18,14 @@
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
||||
extern "C" {
|
||||
#include "replay_gain_config.h"
|
||||
#include "Playlist.hxx"
|
||||
#include "conf.h"
|
||||
#include "idle.h"
|
||||
}
|
||||
|
||||
#include "Playlist.hxx"
|
||||
#include "mpd_error.h"
|
||||
|
||||
#include <glib.h>
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2003-2011 The Music Player Daemon Project
|
||||
* Copyright (C) 2003-2013 The Music Player Daemon Project
|
||||
* http://www.musicpd.org
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
@@ -18,7 +18,10 @@
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
||||
extern "C" {
|
||||
#include "replay_gain_info.h"
|
||||
}
|
||||
|
||||
float
|
||||
replay_gain_tuple_scale(const struct replay_gain_tuple *tuple, float preamp, float missing_preamp, bool peak_limit)
|
Reference in New Issue
Block a user