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/audioOutput.c | |
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 '')
-rw-r--r-- | src/audioOutput.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/audioOutput.c b/src/audioOutput.c index 7e9793f93..47e6dbc94 100644 --- a/src/audioOutput.c +++ b/src/audioOutput.c @@ -21,6 +21,7 @@ #include "list.h" #include "log.h" #include "pcm_utils.h" +#include "utils.h" #include "os_compat.h" #include "audio.h" |