aboutsummaryrefslogtreecommitdiffstats
path: root/libMpegTPEnc
diff options
context:
space:
mode:
authorKris Alder <kalder@google.com>2020-04-09 16:19:32 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2020-04-09 16:19:32 +0000
commit662d97440093d0c89b3b94694892d779c3d92691 (patch)
tree497e65e6021153d8e4011e8ce45c2de95526e0c7 /libMpegTPEnc
parent13d520b193266a610f5ca6b07b0c0f039ddb21b5 (diff)
parentd41cddf9e9f46a1596c19505967261140a5bd6f8 (diff)
downloadfdk-aac-662d97440093d0c89b3b94694892d779c3d92691.tar.gz
fdk-aac-662d97440093d0c89b3b94694892d779c3d92691.tar.bz2
fdk-aac-662d97440093d0c89b3b94694892d779c3d92691.zip
Merge changes Iad37ae76,I4870251b,Icd937cad
* changes: Added aac_dec_fuzzer aacdec: Add host support Stop using __DATE__/__TIME__ on all builds
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