commit | d148c9637c6b2aa0b8eec296693c99b524f8886b | [log] [tgz] |
---|---|---|
author | Tom Finegan <tomfinegan@google.com> | Tue Apr 04 14:48:26 2017 -0700 |
committer | Tom Finegan <tomfinegan@google.com> | Thu Apr 13 13:24:33 2017 -0700 |
tree | 72841ec1e7fac9d2a4bd97bfe850ec1702c2aef1 | |
parent | 16056f5b22c58295645625072441ef3b85637126 [diff] |
Add mips32 support to the cmake build. Requires use of new cmake toolchain file: $ cmake path/to/aom -DCMAKE_TOOLCHAIN_FILE=path/to/aom/build/cmake/toolchains/mips32-linux-gcc.cmake DSPR2 and MSA are supported via addition of -DENABLE_DSPR2=1 and -DENABLE_MSA=1 respectively. Note that the latter requires the addition of -DMIPS_CPU=p5600. BUG=https://bugs.chromium.org/p/aomedia/issues/detail?id=76 Change-Id: Idf7d7f2daecf18cc45b834166eaf34ee9f414d49