Issue #2332 - Update to libvpx 1.6.1

Backport of Bugzilla 1223692 and 1331498
This commit is contained in:
Basilisk-Dev 2023-10-04 21:37:33 -04:00 • committed by roytam1
commit b860c5fe95
1338 changed files with 350431 additions and 155085 deletions

View file

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