diff options
author | Kris Alder <kalder@google.com> | 2020-04-09 16:58:21 +0000 |
---|---|---|
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2020-04-09 16:58:21 +0000 |
commit | 2b45df88f6f420846aea2670798517a4fcc3c34a (patch) | |
tree | 2c93ad00efc1b3b1700e2547737ef5f3f436f2c4 /libMpegTPDec | |
parent | 261fadc3a2221829196158824a512f11268756ef (diff) | |
parent | 0f130d51b836d0ab9f2aa8a284d630bf0d88608f (diff) | |
download | fdk-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 'libMpegTPDec')
-rw-r--r-- | libMpegTPDec/src/tpdec_lib.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libMpegTPDec/src/tpdec_lib.cpp b/libMpegTPDec/src/tpdec_lib.cpp index ca35184..091d011 100644 --- a/libMpegTPDec/src/tpdec_lib.cpp +++ b/libMpegTPDec/src/tpdec_lib.cpp @@ -1769,7 +1769,7 @@ TRANSPORTDEC_ERROR transportDec_GetLibInfo(LIB_INFO *info) { info += i; info->module_id = FDK_TPDEC; -#ifdef __ANDROID__ +#ifdef SUPPRESS_BUILD_DATE_INFO info->build_date = ""; info->build_time = ""; #else |