diff options
author | Max Kellermann <max@duempel.org> | 2008-09-07 22:41:17 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-09-07 22:41:17 +0200 |
commit | bed2a49fe97b8f070ace2dd37909bb06540c66bd (patch) | |
tree | aa5700adc8317362f121fea88596471ca2c7ba48 /src/Makefile.am | |
parent | dc7c6bd14d0737f4c7c09c315a6806a901cf9976 (diff) | |
download | mpd-bed2a49fe97b8f070ace2dd37909bb06540c66bd.tar.gz mpd-bed2a49fe97b8f070ace2dd37909bb06540c66bd.tar.xz mpd-bed2a49fe97b8f070ace2dd37909bb06540c66bd.zip |
output: added output_api.h
Just like decoder_api.h, output_api.h provides the audio output API
which is used by the plugins.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |