[vlc-commits] contrib: aom: Update to a recent git snapshot

Martin Storsjö git at videolan.org
Fri Apr 20 10:02:58 CEST 2018


vlc | branch: master | Martin Storsjö <martin at martin.st> | Thu Apr 19 14:00:14 2018 +0300| [5aa68fe49f1452b46841ea9ca7b839ef3fa96221] | committer: Martin Storsjö

contrib: aom: Update to a recent git snapshot

This version makes sure pthreads-w32 isn't accidentally detected
and enabled; previously when building contribs for windows, aom
would end up trying to use pthreads-w32 (but fail linking the plugin)
if it was built after pthreads-w32.

This version also supports building with assembly or intrinsics
for windows on arm/arm64.

In principle, the same issue also exists in libvpx. However, when
libvpx is built with the contribs build system, the contribs include
directory isn't passed to libvpx, so it won't accidentally find
pthreads-w32. (This issue is fixed in the latest git version of libvpx.)

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5aa68fe49f1452b46841ea9ca7b839ef3fa96221
---

 contrib/src/aom/rules.mak | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/src/aom/rules.mak b/contrib/src/aom/rules.mak
index 483e4b7a78..b884dc3f43 100644
--- a/contrib/src/aom/rules.mak
+++ b/contrib/src/aom/rules.mak
@@ -1,5 +1,5 @@
 # aom
-AOM_HASH := 6f49b5a214fa48c226be3bc28f5c597edb81ed8c
+AOM_HASH := fde6dad972536c989573c4be1020be348cec4f05
 AOM_VERSION := git-$(AOM_HASH)
 AOM_GITURL := https://aomedia.googlesource.com/aom/+archive/$(AOM_HASH).tar.gz
 



More information about the vlc-commits mailing list