diff options
author | Daniel Seuthe <daniel+mpd@seuthe.org> | 2010-04-25 13:42:23 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2010-04-25 13:51:58 +0200 |
commit | 92e66e5ab2c6fa56c4a36da4f959f7321749ab8c (patch) | |
tree | 3ed0903b674b9bc9d4954a0a8b1a5c35cc773e4d /test/run_output.c | |
parent | 54dedef9cf0e85901ac7edaab30e015010603352 (diff) | |
download | mpd-92e66e5ab2c6fa56c4a36da4f959f7321749ab8c.tar.gz mpd-92e66e5ab2c6fa56c4a36da4f959f7321749ab8c.tar.xz mpd-92e66e5ab2c6fa56c4a36da4f959f7321749ab8c.zip |
replay_gain: added mode "auto"
Diffstat (limited to 'test/run_output.c')
-rw-r--r-- | test/run_output.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/run_output.c b/test/run_output.c index 6e0fffbd0..188f87104 100644 --- a/test/run_output.c +++ b/test/run_output.c @@ -27,6 +27,7 @@ #include "pcm_convert.h" #include "event_pipe.h" #include "idle.h" +#include "playlist.h" #include <glib.h> @@ -34,6 +35,8 @@ #include <string.h> #include <unistd.h> +struct playlist g_playlist; + void idle_add(G_GNUC_UNUSED unsigned flags) { |