summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJerome Jiang <jianj@google.com>2023-02-01 11:38:42 -0500
committerJerome Jiang <jianj@google.com>2023-02-01 16:30:35 -0500
commitb5a2b3a92948a52f03719557a97d2c5e3617b0bb (patch)
tree9f4ecb1f98e0129de7953e62bd078da4c0fae2fe
parentaa5b62236a4d40679372c28ce37b95f965260aec (diff)
downloadlibvpx-1.13.0-rc1.tar.gz
Update AUTHORS .mailmap and versionv1.13.0-rc1
Bug: webm:1780 Change-Id: I75a24bdd076dc1746b23bababfaafccbce3b4214
-rw-r--r--.mailmap1
-rw-r--r--AUTHORS3
-rw-r--r--libs.mk4
3 files changed, 6 insertions, 2 deletions
diff --git a/.mailmap b/.mailmap
index 3593de4b9..bb0ddd95b 100644
--- a/.mailmap
+++ b/.mailmap
@@ -25,6 +25,7 @@ Johann Koenig <johannkoenig@google.com> <johannkoenig@chromium.org>
Johann <johann@duck.com> <johann.koenig@gmail.com>
John Koleszar <jkoleszar@google.com>
Joshua Litt <joshualitt@google.com> <joshualitt@chromium.org>
+Konstantinos Margaritis <konma@vectorcamp.gr> <konstantinos@vectorcamp.gr>
Marco Paniconi <marpan@google.com>
Marco Paniconi <marpan@google.com> <marpan@chromium.org>
Martin Storsjö <martin@martin.st>
diff --git a/AUTHORS b/AUTHORS
index 536e0e7cf..2db4a113e 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -21,6 +21,7 @@ Andoni Morales Alastruey <ylatuya@gmail.com>
Andres Mejia <mcitadel@gmail.com>
Andrew Lewis <andrewlewis@google.com>
Andrew Russell <anrussell@google.com>
+Andrew Salkeld <andrew.salkeld@arm.com>
Angie Chen <yunqi@google.com>
Angie Chiang <angiebird@google.com>
Anton Venema <anton.venema@liveswitch.com>
@@ -175,7 +176,9 @@ Rob Bradford <rob@linux.intel.com>
Ronald S. Bultje <rsbultje@gmail.com>
Rui Ueyama <ruiu@google.com>
Sai Deng <sdeng@google.com>
+Salome Thirot <salome.thirot@arm.com>
Sami Pietilä <samipietila@google.com>
+Sam James <sam@gentoo.org>
Sarah Parker <sarahparker@google.com>
Sasi Inguva <isasi@google.com>
Scott Graham <scottmg@chromium.org>
diff --git a/libs.mk b/libs.mk
index fb6fbbeb2..1f7f03aa3 100644
--- a/libs.mk
+++ b/libs.mk
@@ -312,8 +312,8 @@ $(BUILD_PFX)libvpx_g.a: $(LIBVPX_OBJS)
# 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 := 7
-SO_VERSION_MINOR := 1
+SO_VERSION_MAJOR := 8
+SO_VERSION_MINOR := 0
SO_VERSION_PATCH := 0
ifeq ($(filter darwin%,$(TGT_OS)),$(TGT_OS))
LIBVPX_SO := libvpx.$(SO_VERSION_MAJOR).dylib