[vlc-commits] Contribs: activate AOM/AV1
Jean-Baptiste Kempf
git at videolan.org
Thu Oct 4 17:21:00 CEST 2018
vlc/vlc-3.0 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Apr 4 17:22:07 2018 +0200| [76fc55ed9ec69502fa2f88c2802d0816d7f33630] | committer: Tristan Matthews
Contribs: activate AOM/AV1
The codec was officially announced, and is almost finished.
This should not be BP to stable until there is an official release of
the bitstream and the software. But it can help to test, for now.
Fixes #21227
(cherry picked from commit 3b0b35f33eeb73b68a037008bdb171a37ae287a1)
> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=76fc55ed9ec69502fa2f88c2802d0816d7f33630
---
contrib/src/aom/rules.mak | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/contrib/src/aom/rules.mak b/contrib/src/aom/rules.mak
index 6ed9c822d3..ac4c08aede 100644
--- a/contrib/src/aom/rules.mak
+++ b/contrib/src/aom/rules.mak
@@ -3,8 +3,7 @@ AOM_HASH := 3715bf25db5cdedbd8b49560903bad02d911c62f
AOM_VERSION := v1.0.0-$(AOM_HASH)
AOM_GITURL := https://aomedia.googlesource.com/aom/+archive/$(AOM_HASH).tar.gz
-# Default disabled for now
-# PKGS += aom
+PKGS += aom
ifeq ($(call need_pkg,"aom"),)
PKGS_FOUND += aom
endif
More information about the vlc-commits
mailing list