Issue #1937 - Part 1: Update build system for libaom.

This commit is contained in:
Job Bautista 2022-06-25 18:15:10 +08:00 committed by roytam1
commit d09a5eeca2
42 changed files with 3888 additions and 2214 deletions

View file

@ -1,7 +1,7 @@
#define VERSION_MAJOR 2
#define VERSION_MINOR 0
#define VERSION_PATCH 2
#define VERSION_MAJOR 3
#define VERSION_MINOR 4
#define VERSION_PATCH 0
#define VERSION_EXTRA ""
#define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
#define VERSION_STRING_NOSP "v2.0.2"
#define VERSION_STRING " v2.0.2"
#define VERSION_STRING_NOSP "v3.4.0"
#define VERSION_STRING " v3.4.0"