aboutsummaryrefslogtreecommitdiff
path: root/test/run_decoder.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-11-01 15:44:56 +0100
committerMax Kellermann <max@duempel.org>2009-11-01 15:44:56 +0100
commit8bfe3497b0909b33b4fdf5a17e80eb45d77fddeb (patch)
tree115885209ed7e684376ca25d4efee7225ec79e17 /test/run_decoder.c
parent9bcfd3a47da540abeb2da06471cf2fa11c14db49 (diff)
replay_gain: trigger OPTIONS idle event on mode change
Diffstat (limited to 'test/run_decoder.c')
-rw-r--r--test/run_decoder.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/run_decoder.c b/test/run_decoder.c
index 861720cd..3128c612 100644
--- a/test/run_decoder.c
+++ b/test/run_decoder.c
@@ -22,6 +22,7 @@
#include "input_stream.h"
#include "audio_format.h"
#include "pcm_volume.h"
+#include "idle.h"
#include <glib.h>
@@ -31,6 +32,14 @@
/**
* No-op dummy.
*/
+void
+idle_add(G_GNUC_UNUSED unsigned flags)
+{
+}
+
+/**
+ * No-op dummy.
+ */
bool
pcm_volume(G_GNUC_UNUSED void *buffer, G_GNUC_UNUSED int length,
G_GNUC_UNUSED const struct audio_format *format,