diff options
| author | Kris Alder <kalder@google.com> | 2020-04-09 16:35:10 +0000 |
|---|---|---|
| committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2020-04-09 16:35:10 +0000 |
| commit | 0b8c6e731f996459a72c4d8373834fb1c5f7d3c6 (patch) | |
| tree | 497e65e6021153d8e4011e8ce45c2de95526e0c7 /libMpegTPDec/src/tpdec_lib.cpp | |
| parent | 13d520b193266a610f5ca6b07b0c0f039ddb21b5 (diff) | |
| parent | 662d97440093d0c89b3b94694892d779c3d92691 (diff) | |
| download | fdk-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 '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 |
