aboutsummaryrefslogtreecommitdiffstats
path: root/libSBRenc
diff options
context:
space:
mode:
authorKris Alder <kalder@google.com>2020-04-09 16:58:21 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-04-09 16:58:21 +0000
commit2b45df88f6f420846aea2670798517a4fcc3c34a (patch)
tree2c93ad00efc1b3b1700e2547737ef5f3f436f2c4 /libSBRenc
parent261fadc3a2221829196158824a512f11268756ef (diff)
parent0f130d51b836d0ab9f2aa8a284d630bf0d88608f (diff)
downloadfdk-aac-2b45df88f6f420846aea2670798517a4fcc3c34a.tar.gz
fdk-aac-2b45df88f6f420846aea2670798517a4fcc3c34a.tar.bz2
fdk-aac-2b45df88f6f420846aea2670798517a4fcc3c34a.zip
Merge changes Iad37ae76,I4870251b,Icd937cad am: 662d974400 am: 0b8c6e731f am: 0f130d51b8
Change-Id: Id0ab338ed4f6cce21e4983bd2903faa56eadc51b
Diffstat (limited to 'libSBRenc')
-rw-r--r--libSBRenc/src/sbr_encoder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libSBRenc/src/sbr_encoder.cpp b/libSBRenc/src/sbr_encoder.cpp
index df9e996..c1e083f 100644
--- a/libSBRenc/src/sbr_encoder.cpp
+++ b/libSBRenc/src/sbr_encoder.cpp
@@ -2560,7 +2560,7 @@ INT sbrEncoder_GetLibInfo(LIB_INFO *info) {
info->version =
LIB_VERSION(SBRENCODER_LIB_VL0, SBRENCODER_LIB_VL1, SBRENCODER_LIB_VL2);
LIB_VERSION_STRING(info);
-#ifdef __ANDROID__
+#ifdef SUPPRESS_BUILD_DATE_INFO
info->build_date = "";
info->build_time = "";
#else