From bed2a49fe97b8f070ace2dd37909bb06540c66bd Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 7 Sep 2008 22:41:17 +0200 Subject: output: added output_api.h Just like decoder_api.h, output_api.h provides the audio output API which is used by the plugins. --- 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 27fe578b0..075dd75e7 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -33,6 +33,7 @@ mpd_headers = \ ack.h \ audio.h \ audioOutput.h \ + output_api.h \ buffer2array.h \ charConv.h \ command.h \ -- cgit v1.2.3