summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDhananjay Kumar <dhakumar@codeaurora.org>2016-10-25 18:02:58 +0530
committerDhananjay Kumar <dhakumar@codeaurora.org>2016-12-06 18:17:25 +0530
commitee4d2004bacdd04ae42daa4d030045de60d8b3ec (patch)
tree642242dc3fa909976da7d5430211fbfe624f02f4 /configure.ac
parent4d91c1a06462c339f85352453e468d5007089fbc (diff)
downloadandroid_hardware_qcom_audio-ee4d2004bacdd04ae42daa4d030045de60d8b3ec.tar.gz
android_hardware_qcom_audio-ee4d2004bacdd04ae42daa4d030045de60d8b3ec.tar.bz2
android_hardware_qcom_audio-ee4d2004bacdd04ae42daa4d030045de60d8b3ec.zip
hal: add support for compressed recording
Add support for recording through commpressed driver. Add qahw interface layer for non standard API implementation. Change-Id: Id1689f2ccab9bb8b920098e9cda1083b7d3ec4da
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index c4c43c9a..b3fe8cc0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -78,6 +78,8 @@ AM_CONDITIONAL([FLAC_SUPPORT], [test x$AUDIO_FEATURE_ENABLED_EXTN_FLAC_DECODER =
AM_CONDITIONAL([ALAC_SUPPORT], [test x$AUDIO_FEATURE_ENABLED_EXTN_ALAC_DECODER = xtrue])
AM_CONDITIONAL([VORBIS_SUPPORT], [test x$AUDIO_FEATURE_ENABLED_EXTN_VORBIS_DECODER = xtrue])
AM_CONDITIONAL([WMA_SUPPORT], [test x$AUDIO_FEATURE_ENABLED_EXTN_WMA_DECODER = xtrue])
+AM_CONDITIONAL([COMPRESS_INPUT], [test x$AUDIO_FEATURE_ENABLED_COMPRESS_INPUT = xtrue])
+AM_CONDITIONAL([AUDIO_HW_EXTN_API], [test x$BOARD_SUPPORTS_QAHW = xtrue])
AC_CONFIG_FILES([ \
Makefile \