From 3be5db04308d2fb233b33a82089cd9afacf68cc9 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 24 Sep 2008 07:20:37 +0200 Subject: output: added audio_output_get_name() Reduce direct accesses to the audio_output struct from the plugins: this time, eliminate all accesses to audio_output.name. The name is required by some plugins for log messages. --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 2069c45c3..8c9508a23 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -114,6 +114,7 @@ mpd_SOURCES = \ notify.c \ audio.c \ audioOutput.c \ + output_api.c \ output_list.c \ output_thread.c \ output_control.c \ -- cgit v1.2.3