mirror of
https://github.com/ittiam-systems/libhevc.git
synced 2026-04-02 20:30:49 +07:00
Stop using __DATE__/__TIME__ on all builds
We're beginning to use remote caches with Android builds, so I'm turning on -Werror=date-time so that host builds are also reproducible. Test: treehugger Test: mmma external/libhevc Change-Id: I7fa1099d68cced587af46ad4d76cab5af4366e1e
This commit is contained in:
parent
cdd7c97c27
commit
4517537400
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@
|
|||
*******************************************************************************
|
||||
*/
|
||||
#define MAXVERSION_STRLEN 511
|
||||
#ifdef __ANDROID__
|
||||
#ifdef ANDROID
|
||||
#define VERSION(version_string, codec_name, codec_release_type, codec_release_ver, codec_vendor) \
|
||||
snprintf(version_string, MAXVERSION_STRLEN, \
|
||||
"@(#)Id:%s_%s Ver:%s Released by %s", \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue