mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-26 10:27:32 +09:00
Generate build description for libaom
This commit is contained in:
parent
edc8d83307
commit
28c6a9062e
45 changed files with 15811 additions and 0 deletions
7
media/libaom/config/aom_version.h
Normal file
7
media/libaom/config/aom_version.h
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue