[vlc-commits] contrib: aom: update to 3.0.0
    Tristan Matthews 
    git at videolan.org
       
    Wed Mar 24 21:34:12 UTC 2021
    
    
  
vlc | branch: master | Tristan Matthews <tmatth at videolan.org> | Wed Mar 24 15:42:07 2021 -0400| [58c8b6aba888c666612e91d1cbb012aea630c853] | committer: Tristan Matthews
contrib: aom: update to 3.0.0
Bug fixes:
 * Issue 2940: Segfault when encoding with --use-16bit-internal and --limit > 1
 * Issue 2941: Decoder mismatch with --rt --bit-depth=10 and --cpu-used=8
 * Issue 2895: mingw-w64 i686 gcc fails to build
 * Issue 2874: Separate ssse3 functions from sse2 file.
Source: https://aomedia.googlesource.com/aom/+/v3.0.0
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=58c8b6aba888c666612e91d1cbb012aea630c853
---
 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 3f81e4b26d..f65d9104ee 100644
--- a/contrib/src/aom/rules.mak
+++ b/contrib/src/aom/rules.mak
@@ -1,5 +1,5 @@
 # aom
-AOM_VERSION := v2.0.1
+AOM_VERSION := v3.0.0
 AOM_GITURL := https://aomedia.googlesource.com/aom/+archive/$(AOM_VERSION).tar.gz
 
 PKGS += aom
    
    
More information about the vlc-commits
mailing list