diff options
author | Max Kellermann <max@duempel.org> | 2010-01-04 20:58:17 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2010-01-04 21:02:47 +0100 |
commit | 241e94936f165a35686fb4b8f60cb2e604f15bc7 (patch) | |
tree | a8835df8073dda028cf40e012603338e6477b7d7 /src/replay_gain_config.h | |
parent | 1330274ffc6f80d5dd768902b09849cf32f329d2 (diff) | |
download | mpd-241e94936f165a35686fb4b8f60cb2e604f15bc7.tar.gz mpd-241e94936f165a35686fb4b8f60cb2e604f15bc7.tar.xz mpd-241e94936f165a35686fb4b8f60cb2e604f15bc7.zip |
replay_gain: moved code to replay_gain_config.c
Diffstat (limited to '')
-rw-r--r-- | src/replay_gain_config.h (renamed from src/replay_gain.h) | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/replay_gain.h b/src/replay_gain_config.h index 8241aab8f..922fb2b18 100644 --- a/src/replay_gain.h +++ b/src/replay_gain_config.h @@ -16,12 +16,9 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -/* - * (c)2004 replayGain code by AliasMrJones - */ -#ifndef MPD_REPLAY_GAIN_H -#define MPD_REPLAY_GAIN_H +#ifndef MPD_REPLAY_GAIN_CONFIG_H +#define MPD_REPLAY_GAIN_CONFIG_H #include "check.h" #include "replay_gain_info.h" |