[vlc-commits] Contribs: activate AOM/AV1
Jean-Baptiste Kempf
git at videolan.org
Wed Apr 4 17:25:53 CEST 2018
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Apr 4 17:22:07 2018 +0200| [3b0b35f33eeb73b68a037008bdb171a37ae287a1] | committer: Jean-Baptiste Kempf
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.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3b0b35f33eeb73b68a037008bdb171a37ae287a1
---
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 abd5c37350..e8904ea7ee 100644
--- a/contrib/src/aom/rules.mak
+++ b/contrib/src/aom/rules.mak
@@ -3,8 +3,7 @@ AOM_VERSION := git
AOM_HASH := 6f49b5a214fa48c226be3bc28f5c597edb81ed8c
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