Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Move aom source to a sub-directory under media/libaom | Matt A. Tobin | 2020-04-07 | -259/+0 |
| | | | | There is no damned reason to treat this differently than any other media lib given its license and there never was. | |||
* | [av1] Fix build issues | trav90 | 2018-10-18 | -0/+259 |
This revision of libaom has some conflicts with our vendor script and build system. A number of new .asm files have the same basename as .c files, which our build system cannot handle. To work around this, I manually renamed the conflicting files in the filesystem and sources.mozbuild. Also add av1_convolve_scale_sse4.c to sources.mozbuild manually. This is needed by the build but for some reason isn't picked up by generate_sources_mozbuild.sh. |