diff options
author | trav90 <travawine@palemoon.org> | 2018-10-18 06:04:57 -0500 |
---|---|---|
committer | trav90 <travawine@palemoon.org> | 2018-10-18 06:04:57 -0500 |
commit | 7369c7d7a5eed32963d8af37658286617919f91c (patch) | |
tree | 5397ce7ee9bca1641118fdc3187bd9e2b24fdc9c /third_party/aom/README | |
parent | 77887af9c4ad1420bbdb33984af4f74b55ca59db (diff) | |
download | UXP-7369c7d7a5eed32963d8af37658286617919f91c.tar UXP-7369c7d7a5eed32963d8af37658286617919f91c.tar.gz UXP-7369c7d7a5eed32963d8af37658286617919f91c.tar.lz UXP-7369c7d7a5eed32963d8af37658286617919f91c.tar.xz UXP-7369c7d7a5eed32963d8af37658286617919f91c.zip |
Update aom to commit id f5bdeac22930ff4c6b219be49c843db35970b918
Diffstat (limited to 'third_party/aom/README')
-rw-r--r-- | third_party/aom/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/third_party/aom/README b/third_party/aom/README index 82d3b36cc..983a71343 100644 --- a/third_party/aom/README +++ b/third_party/aom/README @@ -1,5 +1,9 @@ README - 9 March 2017 +*************************** +DEPRECATED -- SEE README.md +*************************** + Welcome to the AV1 Codec SDK! COMPILING THE APPLICATIONS/LIBRARIES: @@ -55,6 +59,7 @@ COMPILING THE APPLICATIONS/LIBRARIES: armv7-none-rvct armv7-win32-vs12 armv7-win32-vs14 + armv7-win32-vs15 armv7s-darwin-gcc mips32-linux-gcc mips64-linux-gcc @@ -79,6 +84,7 @@ COMPILING THE APPLICATIONS/LIBRARIES: x86-win32-gcc x86-win32-vs12 x86-win32-vs14 + x86-win32-vs15 x86_64-android-gcc x86_64-darwin9-gcc x86_64-darwin10-gcc @@ -95,6 +101,7 @@ COMPILING THE APPLICATIONS/LIBRARIES: x86_64-win64-gcc x86_64-win64-vs12 x86_64-win64-vs14 + x86_64-win64-vs15 generic-gnu The generic-gnu target, in conjunction with the CROSS environment variable, |