summaryrefslogtreecommitdiff
path: root/libs.mk
diff options
context:
space:
mode:
authorJerome Jiang <jianj@google.com>2022-06-28 17:07:31 -0400
committerJerome Jiang <jianj@google.com>2022-06-28 17:07:31 -0400
commit90a63a0de0386a6b68dd80c9a92720d0b4fc8ac5 (patch)
tree34d41ed3844bfcd4d0faa0b55b9194b518216889 /libs.mk
parentec58d55c3af91f9db2511fb872bdc19868cbed92 (diff)
parent03265cd42b3783532de72f2ded5436652e6f5ce3 (diff)
downloadlibvpx-90a63a0de0386a6b68dd80c9a92720d0b4fc8ac5.tar
libvpx-90a63a0de0386a6b68dd80c9a92720d0b4fc8ac5.tar.gz
libvpx-90a63a0de0386a6b68dd80c9a92720d0b4fc8ac5.tar.bz2
libvpx-90a63a0de0386a6b68dd80c9a92720d0b4fc8ac5.zip
Merge tag 'v1.12.0' into main
Release v1.12.0 Torrent Duck 2022-06-17 v1.12.0 "Torrent Duck" This release adds optimizations for Loongarch, adds support for vp8 in the real-time rate control library, upgrades GoogleTest to v1.11.0, updates libwebm to libwebm-1.0.0.28-20-g206d268, and includes numerous bug fixes. - Upgrading: This release is ABI compatible with the previous release. vp8 support in the real-time rate control library. New codec control VP8E_SET_RTC_EXTERNAL_RATECTRL is added. Configure support for darwin21 is added. GoogleTest is upgraded to v1.11.0. libwebm is updated to libwebm-1.0.0.28-20-g206d268. - Enhancement: Numerous improvements on checking memory allocations. Optimizations for Loongarch. Code clean-up. - Bug fixes: Fix to a crash related to {vp8/vp9}_set_roi_map. Fix to compiling failure with -Wformat-nonliteral. Fix to integer overflow with vp9 with high resolution content. Fix to AddNoiseTest failure with ARMv7. Fix to libvpx Null-dereference READ in vp8. Change-Id: I6964e96bccf016f977cc6e83dc0a192d66a19618
Diffstat (limited to 'libs.mk')
-rw-r--r--libs.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs.mk b/libs.mk
index b87f8bf8b..f65e99242 100644
--- a/libs.mk
+++ b/libs.mk
@@ -313,7 +313,7 @@ $(BUILD_PFX)libvpx_g.a: $(LIBVPX_OBJS)
# 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 := 0
+SO_VERSION_MINOR := 1
SO_VERSION_PATCH := 0
ifeq ($(filter darwin%,$(TGT_OS)),$(TGT_OS))
LIBVPX_SO := libvpx.$(SO_VERSION_MAJOR).dylib