summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorManish Dewangan <manish@codeaurora.org>2017-06-09 12:33:05 +0530
committerShiv Maliyappanahalli <smaliyap@codeaurora.org>2017-08-15 14:52:06 -0700
commit798b00abef7734ff438ca7f58085d7e167445cf9 (patch)
treeed0bb2acb76d110a150d73cb1d65989385a8eaa8 /configure.ac
parent37864bc1d9e8332d57f04b6bcc2bda223591b2dd (diff)
downloadandroid_hardware_qcom_audio-798b00abef7734ff438ca7f58085d7e167445cf9.tar.gz
android_hardware_qcom_audio-798b00abef7734ff438ca7f58085d7e167445cf9.tar.bz2
android_hardware_qcom_audio-798b00abef7734ff438ca7f58085d7e167445cf9.zip
audio: hal: Enable compilation of parser parser
-For DTS passthrough, iec61937 transmission info needs to be extracted from bitstream. -Enable compilation of DTS parser for the same. CRs-Fixed: 2049605 Change-Id: I27ffc2bad83ef29c86592da7ee46d703fda60bf7
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 e3d1bc0e..ffa5f8c9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -112,6 +112,8 @@ AM_CONDITIONAL([AUDIO_IP_HDLR], [test x$AUDIO_FEATURE_IP_HDLR_ENABLED = xtrue])
AM_CONDITIONAL([SPLIT_A2DP], [test x$AUDIO_FEATURE_ENABLED_SPLIT_A2DP = xtrue])
AM_CONDITIONAL([QAF_SUPPORT], [test x$AUDIO_FEATURE_ENABLED_QAF = xtrue])
AM_CONDITIONAL([AUDIO_HW_LOOPBACK], [test x$AUDIO_FEATURE_ENABLED_AUDIO_HW_LOOPBACK = xtrue])
+AM_CONDITIONAL([AUDIO_PARSER], [test x$AUDIO_FEATURE_ENABLED_PARSER = xtrue])
+AM_CONDITIONAL([DTSHD_PARSER], [test x$AUDIO_FEATURE_ENABLED_DTSHD_PARSER = xtrue])
AC_CONFIG_FILES([ \
Makefile \