summaryrefslogtreecommitdiff
authorLianlian Zhu <lianlian.zhu@amlogic.com>2017-04-21 12:38:25 (GMT)
committer Lianlian Zhu <lianlian.zhu@amlogic.com>2017-04-21 12:38:25 (GMT)
commit25a4461096fcc6b47af0fc81d8bb16474a74c0fe (patch)
tree9444ab8c475ca0a99d1ddd34785a026811bc565c
parent9a9e01f84163f04091907c81c1b07cf919404773 (diff)
downloadLibAudio-25a4461096fcc6b47af0fc81d8bb16474a74c0fe.zip
LibAudio-25a4461096fcc6b47af0fc81d8bb16474a74c0fe.tar.gz
LibAudio-25a4461096fcc6b47af0fc81d8bb16474a74c0fe.tar.bz2
PD#142956: audio: solve dts and dolby passthrough compile error
Change-Id: Ie43cd415b88c0af7c9d6c34c7a3ca88480879a60
Diffstat
-rwxr-xr-xamadec/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/amadec/Android.mk b/amadec/Android.mk
index 51fcaa8..3cd3f0d 100755
--- a/amadec/Android.mk
+++ b/amadec/Android.mk
@@ -113,7 +113,7 @@ LOCAL_C_INCLUDES:= \
LOCAL_CFLAGS += -DANDROID_PLATFORM_SDK_VERSION=$(PLATFORM_SDK_VERSION)
-
+LOCAL_CFLAGS += -DUSE_ARM_AUDIO_DEC
ifneq (0, $(shell expr $(PLATFORM_VERSION) \>= 4.3))
LOCAL_CFLAGS += -DANDROID_VERSION_JBMR2_UP=1
endif