diff options
author | Dan Willemsen <dwillemsen@google.com> | 2015-10-27 23:27:46 +0000 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2015-10-27 23:27:46 +0000 |
commit | ca249e444bd59c5b2c3a094108f6c489f8ce80e1 (patch) | |
tree | 1fd03f46c5c1ada6678ea667f1d6537e01f4a68c /libMpegTPDec/src/version | |
parent | 106fb85b42000d085329fbd6bb6cc1d2ac47317d (diff) | |
parent | a73b059815fc35ba689e5a8235b567b2353eabad (diff) | |
download | fdk-aac-ca249e444bd59c5b2c3a094108f6c489f8ce80e1.tar.gz fdk-aac-ca249e444bd59c5b2c3a094108f6c489f8ce80e1.tar.bz2 fdk-aac-ca249e444bd59c5b2c3a094108f6c489f8ce80e1.zip |
Merge "Remove __DATE__/__TIME__"
am: a73b059815
* commit 'a73b059815fc35ba689e5a8235b567b2353eabad':
Remove __DATE__/__TIME__
Diffstat (limited to 'libMpegTPDec/src/version')
-rw-r--r-- | libMpegTPDec/src/version | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libMpegTPDec/src/version b/libMpegTPDec/src/version index cda01c8..fc7e5f0 100644 --- a/libMpegTPDec/src/version +++ b/libMpegTPDec/src/version @@ -4,5 +4,10 @@ #define TP_LIB_VL1 3 #define TP_LIB_VL2 4 #define TP_LIB_TITLE "MPEG Transport" +#ifdef __ANDROID__ +#define TP_LIB_BUILD_DATE "" +#define TP_LIB_BUILD_TIME "" +#else #define TP_LIB_BUILD_DATE __DATE__ #define TP_LIB_BUILD_TIME __TIME__ +#endif |