From 0e183d3fa1f216729725127d868d66268e1a35d4 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 4 Jan 2010 13:31:20 +0100 Subject: replay_gain: refactor API, move code to replay_gain_state.c The replay_gain_state struct holds the precalculated scale factor, which is removed from struct replay_gain_info. --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 12bed50f3..9137ece95 100644 --- a/Makefile.am +++ b/Makefile.am @@ -169,6 +169,7 @@ mpd_headers = \ src/queue_print.h \ src/queue_save.h \ src/replay_gain.h \ + src/replay_gain_state.h \ src/sig_handlers.h \ src/song.h \ src/song_print.h \ @@ -295,6 +296,7 @@ src_mpd_SOURCES = \ src/queue_print.c \ src/queue_save.c \ src/replay_gain.c \ + src/replay_gain_state.c \ src/sig_handlers.c \ src/song.c \ src/song_update.c \ -- cgit v1.2.3