diff options
Diffstat (limited to 'fdk-aac/libSBRenc/src/sbr_encoder.cpp')
-rw-r--r-- | fdk-aac/libSBRenc/src/sbr_encoder.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fdk-aac/libSBRenc/src/sbr_encoder.cpp b/fdk-aac/libSBRenc/src/sbr_encoder.cpp index 26257a1..e495dea 100644 --- a/fdk-aac/libSBRenc/src/sbr_encoder.cpp +++ b/fdk-aac/libSBRenc/src/sbr_encoder.cpp @@ -2560,7 +2560,7 @@ INT sbrEncoder_GetLibInfo(LIB_INFO *info) { info->version = LIB_VERSION(SBRENCODER_LIB_VL0, SBRENCODER_LIB_VL1, SBRENCODER_LIB_VL2); LIB_VERSION_STRING(info); -#ifdef __ANDROID__ +#ifdef SUPPRESS_BUILD_DATE_INFO info->build_date = ""; info->build_time = ""; #else |