summaryrefslogtreecommitdiffstats
path: root/media/libaom/moz.build
Commit message (Collapse)AuthorAgeLines
* Add missing : to libaom moz.buildtrav902018-10-19-2/+2
|
* [aom] Fixup moz.buildtrav902018-10-19-19/+31
|
* Add support for SSE 4.2 to libaom moz.buildtrav902018-10-19-0/+2
|
* Export aom_config.htrav902018-10-18-0/+7
| | | | Recent changes made this a public header, so it needs to be available to callers like AOMDecoder.
* [aom] Enable YASMtrav902018-10-15-0/+2
|
* [aom] Remove 32-bit Mac OS build configtrav902018-10-15-3/+0
|
* Port the libvpx mozbuild generator to aomtrav902018-10-15-0/+123
This is a port of the libvpx scripts, themselves a port of Chromium's scripts to generate an external build description using hooks in the upstream configure and make scripts. The libaom library is a fork of libvpx so we can use a similar approach. The upstream source is located in $(topsrc_dir)/third_party/aom but the build description and any patches are under the media directory with the other codecs, similar to how zlib works. Config files and headers generated by the upstream build system are also under $(topsrc_dir)/media/libaom/.