diff options
author | Kris Alder <kalder@google.com> | 2020-04-09 16:47:36 +0000 |
---|---|---|
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2020-04-09 16:47:36 +0000 |
commit | 0699408153b6401f71bf9a2f653bd88d4191ea15 (patch) | |
tree | 497e65e6021153d8e4011e8ce45c2de95526e0c7 /libMpegTPDec/src/tpdec_lib.cpp | |
parent | 13d520b193266a610f5ca6b07b0c0f039ddb21b5 (diff) | |
parent | 0b8c6e731f996459a72c4d8373834fb1c5f7d3c6 (diff) | |
download | fdk-aac-0699408153b6401f71bf9a2f653bd88d4191ea15.tar.gz fdk-aac-0699408153b6401f71bf9a2f653bd88d4191ea15.tar.bz2 fdk-aac-0699408153b6401f71bf9a2f653bd88d4191ea15.zip |
Merge changes Iad37ae76,I4870251b,Icd937cad am: 662d974400 am: 0b8c6e731f
Change-Id: I102fd257b225a51cd4d4c9e3205b12bb21a2e532
Diffstat (limited to 'libMpegTPDec/src/tpdec_lib.cpp')
-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 506aed3..0b8ff24 100644 --- a/libMpegTPDec/src/tpdec_lib.cpp +++ b/libMpegTPDec/src/tpdec_lib.cpp @@ -1750,7 +1750,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 |