mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 10:57:34 +09:00
Issue #2332 - Update to libvpx 1.6.1
Backport of Bugzilla 1223692 and 1331498
This commit is contained in:
parent
6fdb3ac961
commit
b860c5fe95
1338 changed files with 350431 additions and 155085 deletions
7
media/libvpx/config/vpx_version.h
Normal file
7
media/libvpx/config/vpx_version.h
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue