diff options
author | Avuton Olrich <avuton@gmail.com> | 2010-04-16 20:12:44 -0700 |
---|---|---|
committer | Avuton Olrich <avuton@gmail.com> | 2010-04-21 07:10:14 -0700 |
commit | cab16f8e1ef0bb7a1bedf3f59b17b3947d097c8a (patch) | |
tree | bf596628eb419b32848b790d4c24acbc0f0d308d /configure.ac | |
parent | 24db28072f93a55ac28011cd2bd73848e86a1737 (diff) | |
download | mpd-cab16f8e1ef0bb7a1bedf3f59b17b3947d097c8a.tar.gz mpd-cab16f8e1ef0bb7a1bedf3f59b17b3947d097c8a.tar.xz mpd-cab16f8e1ef0bb7a1bedf3f59b17b3947d097c8a.zip |
configure.ac: Move MVP to Audio Output Plugins (nonstreaming), add header.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 86dff7e3a..9b5adf667 100644 --- a/configure.ac +++ b/configure.ac @@ -966,7 +966,12 @@ fi AM_CONDITIONAL(HAVE_PULSE, test x$enable_pulse = xyes) +dnl ----------------------------------- MVP ----------------------------------- +if test x$enable_mvp = xyes; then + AC_DEFINE(HAVE_MVP,1,[Define to enable Hauppauge Media MVP support]) +fi +AM_CONDITIONAL(HAVE_MVP, test x$enable_mvp = xyes) enable_shout2="$enable_shout" MPD_AUTO_PKG(shout, SHOUT, [shout], @@ -994,11 +999,7 @@ AM_CONDITIONAL(ENABLE_SOLARIS_OUTPUT, test x$enable_solaris_output = xyes) -if test x$enable_mvp = xyes; then - AC_DEFINE(HAVE_MVP,1,[Define to enable Hauppauge Media MVP support]) -fi -AM_CONDITIONAL(HAVE_MVP, test x$enable_mvp = xyes) if test x$enable_mpc = xyes; then if test "x$mpcdec_libraries" != "x" ; then |