Commit 6a5f4651 authored by Max Kellermann's avatar Max Kellermann

test: fixed the read_mixer program on !HAVE_PULSE

parent 70106464
......@@ -21,8 +21,8 @@
#include "mixer_list.h"
#include "filter_registry.h"
#include "pcm_volume.h"
#include "output/pulse_output_plugin.h"
#include "event_pipe.h"
#include "config.h"
#include <glib.h>
......@@ -30,6 +30,9 @@
#include <string.h>
#include <unistd.h>
#ifdef HAVE_PULSE
#include "output/pulse_output_plugin.h"
void
pulse_output_set_mixer(G_GNUC_UNUSED struct pulse_output *po,
G_GNUC_UNUSED struct pulse_mixer *pm)
......@@ -50,6 +53,8 @@ pulse_output_set_volume(G_GNUC_UNUSED struct pulse_output *po,
return false;
}
#endif
void
event_pipe_emit(G_GNUC_UNUSED enum pipe_event event)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment