Browse Source

minor tweak for zita bridge building conditional

tags/0.124.0
Paul Davis 12 years ago
parent
commit
ac34df5656
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      configure.ac

+ 0
- 1
configure.ac View File

@@ -712,7 +712,6 @@ case $build_os in
AC_MSG_RESULT(yes) AC_MSG_RESULT(yes)
]) ])


HAVE_ZITA_BRIDGE_DEPS=false
if test x$HAVE_ZITA_RESAMPLE = xtrue -a x$HAVE_ZITA_ALSA_PCMI = xtrue ; then if test x$HAVE_ZITA_RESAMPLE = xtrue -a x$HAVE_ZITA_ALSA_PCMI = xtrue ; then
AC_DEFINE(HAVE_ZITA_BRIDGE_DEPS,1,"Whether we have the libs needed for Zita ALSA bridge support") AC_DEFINE(HAVE_ZITA_BRIDGE_DEPS,1,"Whether we have the libs needed for Zita ALSA bridge support")
HAVE_ZITA_BRIDGE_DEPS=true HAVE_ZITA_BRIDGE_DEPS=true


Loading…
Cancel
Save