Stop using __DATE__/__TIME__ on all builds
am: d8383dc45e
Change-Id: I58f071c0270bb7d080639f902ff772095ab2c139
This commit is contained in:
commit
90ca457b95
2 changed files with 2 additions and 2 deletions
|
|
@ -103,7 +103,7 @@
|
||||||
#define CODEC_RELEASE_VER "05.00"
|
#define CODEC_RELEASE_VER "05.00"
|
||||||
#define CODEC_VENDOR "ITTIAM"
|
#define CODEC_VENDOR "ITTIAM"
|
||||||
#define MAXVERSION_STRLEN 511
|
#define MAXVERSION_STRLEN 511
|
||||||
#ifdef __ANDROID__
|
#ifdef ANDROID
|
||||||
#define VERSION(version_string, codec_name, codec_release_type, codec_release_ver, codec_vendor) \
|
#define VERSION(version_string, codec_name, codec_release_type, codec_release_ver, codec_vendor) \
|
||||||
snprintf(version_string, MAXVERSION_STRLEN, \
|
snprintf(version_string, MAXVERSION_STRLEN, \
|
||||||
"@(#)Id:%s_%s Ver:%s Released by %s", \
|
"@(#)Id:%s_%s Ver:%s Released by %s", \
|
||||||
|
|
|
||||||
|
|
@ -85,7 +85,7 @@
|
||||||
* Concatenates various strings to form a version string
|
* Concatenates various strings to form a version string
|
||||||
*******************************************************************************
|
*******************************************************************************
|
||||||
*/
|
*/
|
||||||
#ifdef __ANDROID__
|
#ifdef ANDROID
|
||||||
#define VERSION(version_string, codec_name, codec_release_type, codec_release_ver, codec_vendor) \
|
#define VERSION(version_string, codec_name, codec_release_type, codec_release_ver, codec_vendor) \
|
||||||
snprintf(version_string, MAX_STRLEN, \
|
snprintf(version_string, MAX_STRLEN, \
|
||||||
"@(#)Id:%s_%s Ver:%s Released by %s", \
|
"@(#)Id:%s_%s Ver:%s Released by %s", \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue