Date: Thu, 8 Mar 2018 00:20:21 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r463848 - in branches/2018Q1/multimedia/libvpx: . files Message-ID: <201803080020.w280KLqX043812@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Thu Mar 8 00:20:21 2018 New Revision: 463848 URL: https://svnweb.freebsd.org/changeset/ports/463848 Log: multimedia/libvpx: backport VP9 fix (direct commit) Obtained from: upstream (libvpx 1.7.0, via Firefox 59) Approved by: ports-secteam blanket Added: branches/2018Q1/multimedia/libvpx/files/patch-mozilla-bug1443865 (contents, props changed) Modified: branches/2018Q1/multimedia/libvpx/Makefile Modified: branches/2018Q1/multimedia/libvpx/Makefile ============================================================================== --- branches/2018Q1/multimedia/libvpx/Makefile Thu Mar 8 00:08:22 2018 (r463847) +++ branches/2018Q1/multimedia/libvpx/Makefile Thu Mar 8 00:20:21 2018 (r463848) @@ -4,7 +4,7 @@ PORTNAME= libvpx DISTVERSIONPREFIX= v DISTVERSION= 1.6.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= multimedia PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ Added: branches/2018Q1/multimedia/libvpx/files/patch-mozilla-bug1443865 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q1/multimedia/libvpx/files/patch-mozilla-bug1443865 Thu Mar 8 00:20:21 2018 (r463848) @@ -0,0 +1,13 @@ +https://chromium.googlesource.com/webm/libvpx/+/84a7263d4c12%5E!/ + +--- vp9/encoder/x86/vp9_quantize_ssse3_x86_64.asm.orig 2017-01-12 20:27:27 UTC ++++ vp9/encoder/x86/vp9_quantize_ssse3_x86_64.asm +@@ -171,7 +171,7 @@ cglobal quantize_%1, 0, %2, 15, coeff, ncoeff, skip, z + pshuflw m7, m8, 0x1 + pmaxsw m8, m7 + pextrw r6, m8, 0 +- mov [r2], r6 ++ mov [r2], r6w + RET + + ; skip-block, i.e. just write all zeroes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803080020.w280KLqX043812>