diff options
author | popcornmix <popcornmix@gmail.com> | 2014-01-14 18:04:07 +0000 |
---|---|---|
committer | popcornmix <popcornmix@gmail.com> | 2014-09-10 22:51:37 +0100 |
commit | 8194e637e82880fbf2d98e1f391ac31cab290a2f (patch) | |
tree | 9f50336fe21c631f5e99a5e1d8cdd9bebfe1d700 /configure.in | |
parent | b0ef3debc6c1d0379094c8c17b7b56dae707db1d (diff) |
[rbp] Allow ALSA to be chosen in addition to Pi sink
Needs --enable-alsa in ./configure step and alsa support on platform
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.in b/configure.in index a82483e82d..7acb37af9b 100644 --- a/configure.in +++ b/configure.in @@ -718,7 +718,6 @@ case $use_platform in use_arch="arm" use_cpu=arm1176jzf-s use_hardcoded_tables="yes" - use_alsa="no" ARCH="arm" AC_DEFINE(HAS_EGLGLES, [1], [Define if supporting EGL based GLES Framebuffer]) USE_OMXLIB=1; AC_DEFINE([HAVE_OMXLIB],[1],["Define to 1 if OMX libs is enabled"]) |