diff options
author | Kris Alder <kalder@google.com> | 2020-04-09 16:19:32 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2020-04-09 16:19:32 +0000 |
commit | 662d97440093d0c89b3b94694892d779c3d92691 (patch) | |
tree | 497e65e6021153d8e4011e8ce45c2de95526e0c7 /libSACdec | |
parent | 13d520b193266a610f5ca6b07b0c0f039ddb21b5 (diff) | |
parent | d41cddf9e9f46a1596c19505967261140a5bd6f8 (diff) | |
download | fdk-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 'libSACdec')
-rw-r--r-- | libSACdec/src/sac_dec_lib.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libSACdec/src/sac_dec_lib.cpp b/libSACdec/src/sac_dec_lib.cpp index bf6dedf..a07e1c9 100644 --- a/libSACdec/src/sac_dec_lib.cpp +++ b/libSACdec/src/sac_dec_lib.cpp @@ -1800,7 +1800,7 @@ int mpegSurroundDecoder_GetLibInfo(LIB_INFO *info) { info += i; info->module_id = FDK_MPSDEC; -#ifdef __ANDROID__ +#ifdef SUPPRESS_BUILD_DATE_INFO info->build_date = ""; info->build_time = ""; #else |