Here is an update to aom 3.1.3.

2021-09-29 v3.1.3
  This release includes several bug fixes.

  - Bug fixes:
    The following four cmake changes should help the people building
    libaom using MSVC.
      1. exports: use CMAKE_SHARED_LIBRARY_PREFIX to determine lib name
         https://aomedia-review.googlesource.com/c/aom/+/142342
      2. aom_install: Install lib dlls to bindir
         https://aomedia-review.googlesource.com/c/aom/+/146546
      3. aom_install: use relpath for install
         https://aomedia-review.googlesource.com/c/aom/+/146550
      4. aom_install: don't exclude msvc from install
         https://aomedia-review.googlesource.com/c/aom/+/146547

    aom/aom_encoder.h: remove configure option reference
    https://aomedia-review.googlesource.com/c/aom/+/146743

    Issue 3113: Tests for detecting chroma subsampling in
    av1_copy_and_extend_frame() do not work when y_width or y_height is
    1

    Issue 3115: image2yuvconfig() should calculate uv_crop_width and
    uv_crop_height from y_crop_width and y_crop_height

    Issue 3140: rc_overshoot_pct is documented as having a range of
    0-1000, but is range checked against 0-100

    Issue 3147: Build failure on Apple M1 arm64


Index: Makefile
===================================================================
RCS file: /home/cvs/ports/multimedia/aom/Makefile,v
retrieving revision 1.10
diff -u -p -u -p -r1.10 Makefile
--- Makefile    16 Aug 2021 17:53:24 -0000      1.10
+++ Makefile    11 Oct 2021 07:20:28 -0000
@@ -4,7 +4,7 @@ COMMENT=        Alliance for Open Media AV1 vid
 
 GH_ACCOUNT=    jbeich
 GH_PROJECT=    aom
-GH_TAGNAME=    v3.1.2
+GH_TAGNAME=    v3.1.3
 CATEGORIES=    multimedia
 
 SHARED_LIBS=   aom     3.0
Index: distinfo
===================================================================
RCS file: /home/cvs/ports/multimedia/aom/distinfo,v
retrieving revision 1.10
diff -u -p -u -p -r1.10 distinfo
--- distinfo    16 Aug 2021 17:53:24 -0000      1.10
+++ distinfo    11 Oct 2021 07:20:34 -0000
@@ -1,2 +1,2 @@
-SHA256 (aom-3.1.2.tar.gz) = qh5mELer83ZZ3caC/qxPUM+gFTmnvZ7TKdZwsH48VdQ=
-SIZE (aom-3.1.2.tar.gz) = 4613689
+SHA256 (aom-3.1.3.tar.gz) = AsTGVSzOgacQbwnF3fORKXnW6mtr32p2c/CICfvrTHQ=
+SIZE (aom-3.1.3.tar.gz) = 4614421

Reply via email to