diff options
author | Max Kellermann <max@duempel.org> | 2010-01-04 21:45:28 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2010-01-04 21:45:32 +0100 |
commit | c69cc31de0818f8bf42431dcbc1f9de4451a0456 (patch) | |
tree | 9f5bd28666c72150d8bd0f864bc10416fe8fa3b6 /src | |
parent | 241e94936f165a35686fb4b8f60cb2e604f15bc7 (diff) | |
download | mpd-c69cc31de0818f8bf42431dcbc1f9de4451a0456.tar.gz mpd-c69cc31de0818f8bf42431dcbc1f9de4451a0456.tar.xz mpd-c69cc31de0818f8bf42431dcbc1f9de4451a0456.zip |
decoder/mad: fix build error without libid3tag
Diffstat (limited to 'src')
-rw-r--r-- | src/decoder/mad_plugin.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/decoder/mad_plugin.c b/src/decoder/mad_plugin.c index 8f64ae8d3..87dfbeabd 100644 --- a/src/decoder/mad_plugin.c +++ b/src/decoder/mad_plugin.c @@ -422,7 +422,6 @@ static void mp3_parse_id3(struct mp3_data *data, size_t tagsize, g_free(allocated); #else /* !HAVE_ID3TAG */ (void)mpd_tag; - (void)replay_gain_info_r; /* This code is enabled when libid3tag is disabled. Instead of parsing the ID3 frame, it just skips it. */ |