From 42329e5ef6edd161429c779d70bc229b92ce437a Mon Sep 17 00:00:00 2001 From: Jerome Jiang Date: Mon, 20 Jul 2020 17:10:49 -0700 Subject: [PATCH] Update README, AUTHORS and libs.mk BUG=webm:1686 Change-Id: I307cf79a74ca31ea53554a14f468b0582089aa74 --- AUTHORS | 5 +++++ README | 2 +- libs.mk | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index 3eb03e9..79c54db 100644 --- a/AUTHORS +++ b/AUTHORS @@ -25,6 +25,7 @@ Angie Chiang Aron Rosenberg Attila Nagy Birk Magnussen +Brian Foley Brion Vibber changjun.yang Charles 'Buck' Krasic @@ -33,6 +34,7 @@ Chi Yo Tsai chm Chris Cunningham Christian Duvivier +Clement Courbet Daniele Castagna Daniel Kang Dan Zhu @@ -91,6 +93,7 @@ John Koleszar Johnny Klonaris John Stark Jon Kunkee +Jorge E. Moreira Joshua Bleecher Snyder Joshua Litt Julia Robson @@ -125,6 +128,7 @@ Mirko Bonadei Moriyoshi Koizumi Morton Jonuschat Nathan E. Egge +Neil Birkbeck Nico Weber Niveditha Rau Parag Salasakar @@ -185,6 +189,7 @@ Vignesh Venkatasubramanian Vitaly Buka Vlad Tsyrklevich Wan-Teh Chang +Wonkap Jang xiwei gu Yaowu Xu Yi Luo diff --git a/README b/README index 45beda7..fd4c93a 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -README - 9 December 2019 +README - 20 July 2020 Welcome to the WebM VP8/VP9 Codec SDK! diff --git a/libs.mk b/libs.mk index 39f11d4..acddb8c 100644 --- a/libs.mk +++ b/libs.mk @@ -282,7 +282,7 @@ LIBS-$(if yes,$(CONFIG_STATIC)) += $(BUILD_PFX)libvpx.a $(BUILD_PFX)libvpx_g.a $(BUILD_PFX)libvpx_g.a: $(LIBVPX_OBJS) SO_VERSION_MAJOR := 6 -SO_VERSION_MINOR := 2 +SO_VERSION_MINOR := 3 SO_VERSION_PATCH := 0 ifeq ($(filter darwin%,$(TGT_OS)),$(TGT_OS)) LIBVPX_SO := libvpx.$(SO_VERSION_MAJOR).dylib -- 2.7.4