Generate build description for libaom

This commit is contained in:
trav90 2018-10-15 21:46:29 -05:00 • committed by Roy Tam
commit 28c6a9062e
45 changed files with 15811 additions and 0 deletions

View file

@ -0,0 +1,7 @@
#define VERSION_MAJOR 0
#define VERSION_MINOR 0
#define VERSION_PATCH 0
#define VERSION_EXTRA ""
#define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
#define VERSION_STRING_NOSP "Release"
#define VERSION_STRING " Release"