aboutsummaryrefslogtreecommitdiffstats
path: root/libMpegTPEnc
diff options
context:
space:
mode:
authorKris Alder <kalder@google.com>2020-04-09 16:35:10 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-04-09 16:35:10 +0000
commit0b8c6e731f996459a72c4d8373834fb1c5f7d3c6 (patch)
tree497e65e6021153d8e4011e8ce45c2de95526e0c7 /libMpegTPEnc
parent13d520b193266a610f5ca6b07b0c0f039ddb21b5 (diff)
parent662d97440093d0c89b3b94694892d779c3d92691 (diff)
downloadfdk-aac-0b8c6e731f996459a72c4d8373834fb1c5f7d3c6.tar.gz
fdk-aac-0b8c6e731f996459a72c4d8373834fb1c5f7d3c6.tar.bz2
fdk-aac-0b8c6e731f996459a72c4d8373834fb1c5f7d3c6.zip
Merge changes Iad37ae76,I4870251b,Icd937cad am: 662d974400
Change-Id: Id2c7f9213d42db6897c3d8cc1fd14c0126fb8bb1
Diffstat (limited to 'libMpegTPEnc')
-rw-r--r--libMpegTPEnc/src/tpenc_lib.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libMpegTPEnc/src/tpenc_lib.cpp b/libMpegTPEnc/src/tpenc_lib.cpp
index 14ea5fe..77c19b5 100644
--- a/libMpegTPEnc/src/tpenc_lib.cpp
+++ b/libMpegTPEnc/src/tpenc_lib.cpp
@@ -647,7 +647,7 @@ TRANSPORTENC_ERROR transportEnc_GetLibInfo(LIB_INFO *info) {
info->module_id = FDK_TPENC;
info->version = LIB_VERSION(TP_LIB_VL0, TP_LIB_VL1, TP_LIB_VL2);
LIB_VERSION_STRING(info);
-#ifdef __ANDROID__
+#ifdef SUPPRESS_BUILD_DATE_INFO
info->build_date = "";
info->build_time = "";
#else