shithub: libvpx

Download patch

ref: 626ff35955c2c35b806b3e0ecf551a1a8611cdbf
parent: 2ea1b908d87b29bcc6214efd3073b92392d495ff
author: Jerome Jiang <[email protected]>
date: Tue Oct 5 11:57:34 EDT 2021

Update AUTHORS and version info in libs.mk

Bug: webm:1732
Change-Id: I29ce77c7d02bd2f5cb0ef8412333df032744b668

--- a/AUTHORS
+++ b/AUTHORS
@@ -3,6 +3,7 @@
 
 Aaron Watry <[email protected]>
 Abo Talib Mahfoodh <[email protected]>
+Adam B. Goode <[email protected]>
 Adrian Grange <[email protected]>
 Ahmad Sharif <[email protected]>
 Aidan Welch <[email protected]>
@@ -25,6 +26,7 @@
 Aron Rosenberg <[email protected]>
 Attila Nagy <[email protected]>
 Birk Magnussen <[email protected]>
+Bohan Li <[email protected]>
 Brian Foley <[email protected]>
 Brion Vibber <[email protected]>
 changjun.yang <[email protected]>
@@ -34,6 +36,7 @@
 chm <[email protected]>
 Chris Cunningham <[email protected]>
 Christian Duvivier <[email protected]>
+Chunbo Hua <[email protected]>
 Clement Courbet <[email protected]>
 Daniele Castagna <[email protected]>
 Daniel Kang <[email protected]>
@@ -68,6 +71,7 @@
 Harish Mahendrakar <[email protected]>
 Henrik Lundin <[email protected]>
 Hien Ho <[email protected]>
+Hirokazu Honda <[email protected]>
 Hui Su <[email protected]>
 Ivan Krasin <[email protected]>
 Ivan Maltz <[email protected]>
@@ -97,6 +101,7 @@
 John Koleszar <[email protected]>
 Johnny Klonaris <[email protected]>
 John Stark <[email protected]>
+Jonathan Wright <[email protected]>
 Jon Kunkee <[email protected]>
 Jorge E. Moreira <[email protected]>
 Joshua Bleecher Snyder <[email protected]>
@@ -146,6 +151,7 @@
 Peter Boström <[email protected]>
 Peter Collingbourne <[email protected]>
 Peter de Rivaz <[email protected]>
+Peter Kasting <[email protected]>
 Philip Jägenstedt <[email protected]>
 Priit Laes <[email protected]>
 Rafael Ávila de Espíndola <[email protected]>
--- a/libs.mk
+++ b/libs.mk
@@ -299,8 +299,8 @@
 # To determine SO_VERSION_{MAJOR,MINOR,PATCH}, calculate c,a,r with current
 # SO_VERSION_* then follow the rules in the link to detemine the new version
 # (c1, a1, r1) and set MAJOR to [c1-a1], MINOR to a1 and PATCH to r1
-SO_VERSION_MAJOR := 6
-SO_VERSION_MINOR := 4
+SO_VERSION_MAJOR := 7
+SO_VERSION_MINOR := 0
 SO_VERSION_PATCH := 0
 ifeq ($(filter darwin%,$(TGT_OS)),$(TGT_OS))
 LIBVPX_SO               := libvpx.$(SO_VERSION_MAJOR).dylib