summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/Android.mk
diff options
context:
space:
mode:
authorSergii Doroshenko <x0163979@ti.com>2012-07-20 16:46:23 -0500
committerSteve Kondik <steve@cyngn.com>2015-10-23 12:38:46 -0500
commit227de4e6a0be638b78386050ba188dc33cc30427 (patch)
treeb2ba66c4322de92009a11f3e3f417e2d25b9b9f7 /media/libstagefright/Android.mk
parentae81d6674eff215876309df39d3159a79fe83e36 (diff)
downloadframeworks_av-227de4e6a0be638b78386050ba188dc33cc30427.zip
frameworks_av-227de4e6a0be638b78386050ba188dc33cc30427.tar.gz
frameworks_av-227de4e6a0be638b78386050ba188dc33cc30427.tar.bz2
AACExtractor: Added support for APE tag
To support aac audio with APE tag we need parse this tag. Otherwise AACExtractor stops reading of audio file. DR: OMAPS00267689 Change-Id: Ic697b90dbc9f2b93aeb227411359c36c113cb71e Signed-off-by: Daniel Levin <dendy@ti.com>
Diffstat (limited to 'media/libstagefright/Android.mk')
-rw-r--r--media/libstagefright/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/media/libstagefright/Android.mk b/media/libstagefright/Android.mk
index 03e7e46..36b1cf4 100644
--- a/media/libstagefright/Android.mk
+++ b/media/libstagefright/Android.mk
@@ -69,6 +69,7 @@ LOCAL_SRC_FILES:= \
WVMExtractor.cpp \
XINGSeeker.cpp \
avc_utils.cpp \
+ APE.cpp \
LOCAL_C_INCLUDES:= \
$(TOP)/frameworks/av/include/media/ \