mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
* #27232: android: remove unused BUILD_ALSA
This commit is contained in:
@ -83,8 +83,6 @@ AS_IF([test "x$with_alsa" = "xyes"], [
|
||||
]);
|
||||
|
||||
AC_DEFINE_UNQUOTED([HAVE_ALSA], `if test "x$with_alsa" = "xyes"; then echo 1; else echo 0; fi`, [Define if you have alsa])
|
||||
AM_CONDITIONAL(BUILD_ALSA, test "x$with_alsa" = "xyes")
|
||||
|
||||
|
||||
dnl Check for pulseaudio development package - name: libpulse-dev
|
||||
LIBPULSE_MIN_VERSION=0.9.15
|
||||
|
Reference in New Issue
Block a user