diff options
author | Avuton Olrich <avuton@gmail.com> | 2010-04-16 20:07:06 -0700 |
---|---|---|
committer | Avuton Olrich <avuton@gmail.com> | 2010-04-21 07:10:14 -0700 |
commit | 9fb31aafb38f7f1f7babf8d7ab2360646151a72a (patch) | |
tree | df74cb5be4637d5a405b4e315cabb25fb04dcc57 /configure.ac | |
parent | 791ddc566a49e4cde365fc4fee2b04ddf51cf664 (diff) | |
download | mpd-9fb31aafb38f7f1f7babf8d7ab2360646151a72a.tar.gz mpd-9fb31aafb38f7f1f7babf8d7ab2360646151a72a.tar.xz mpd-9fb31aafb38f7f1f7babf8d7ab2360646151a72a.zip |
configure.ac: Move libao to Audio Output Plugins (nonstreaming), add header.
Diffstat (limited to '')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index fa1348053..9ae73779b 100644 --- a/configure.ac +++ b/configure.ac @@ -897,9 +897,7 @@ fi AM_CONDITIONAL(HAVE_JACK, test x$enable_jack = xyes) - - - +dnl ---------------------------------- libao ---------------------------------- MPD_AUTO_PKG(ao, AO, [ao], [libao output plugin], [libao not found]) if test x$enable_ao = xyes; then @@ -908,6 +906,8 @@ fi AM_CONDITIONAL(HAVE_AO, test x$enable_ao = xyes) + + if test x$enable_pipe_output = xyes; then AC_DEFINE([ENABLE_PIPE_OUTPUT], 1, [Define to enable support for writing audio to a pipe]) |