replay_gain: moved code to replay_gain_info.c

This commit is contained in:
Max Kellermann
2010-01-04 20:43:19 +01:00
parent 0e183d3fa1
commit 1330274ffc
10 changed files with 112 additions and 54 deletions

View File

@@ -28,6 +28,7 @@
#include "pipe.h"
#include "chunk.h"
#include "replay_gain_state.h"
#include "replay_gain.h"
#include <glib.h>