[vlc-commits] contrib: aom: bump to a version that default enables row_mt
Tristan Matthews
git at videolan.org
Wed Sep 26 19:41:59 CEST 2018
vlc | branch: master | Tristan Matthews <tmatth at videolan.org> | Wed Sep 26 13:40:55 2018 -0400| [7506d2622bdf4ea5101288413935af97bedd62e9] | committer: Tristan Matthews
contrib: aom: bump to a version that default enables row_mt
This speeds up decoding.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7506d2622bdf4ea5101288413935af97bedd62e9
---
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 ac40031de7..bc0bca9e65 100644
--- a/contrib/src/aom/rules.mak
+++ b/contrib/src/aom/rules.mak
@@ -1,5 +1,5 @@
# aom
-AOM_HASH := ce4cce47bd0eda6871cfba278f50ef82b0b5e1b0
+AOM_HASH := a65377bf5c555fccd161f27c33168cc36390662e
AOM_VERSION := v1.0.0-$(AOM_HASH)
AOM_GITURL := https://aomedia.googlesource.com/aom/+archive/$(AOM_HASH).tar.gz
More information about the vlc-commits
mailing list