aboutsummaryrefslogtreecommitdiffstats
path: root/libMpegTPEnc
diff options
context:
space:
mode:
authorAnuj Joshi <anuj.joshi@ittiam.com>2020-03-27 10:43:08 +0530
committerRay Essick <essick@google.com>2021-02-14 12:27:47 -0800
commitedbf93589b1786557383451f2d6d34fd85d8e73d (patch)
tree25ebe2c6c72bb2dae1312d7d84d7d8557c412269 /libMpegTPEnc
parenta4695298d6142f1dfe9cabb74432c40b635d36a6 (diff)
downloadfdk-aac-edbf93589b1786557383451f2d6d34fd85d8e73d.tar.gz
fdk-aac-edbf93589b1786557383451f2d6d34fd85d8e73d.tar.bz2
fdk-aac-edbf93589b1786557383451f2d6d34fd85d8e73d.zip
Stop using __DATE__/__TIME__ on all builds
Test: mmma external/libaac Bug: 151595970 Change-Id: Icd937cad3e4e2f70a5486cca424544eb410be26f
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