summaryrefslogtreecommitdiffstats
path: root/third_party/aom/CMakeLists.txt
Commit message (Collapse)AuthorAgeLines
* Move aom source to a sub-directory under media/libaomMatt A. Tobin2020-04-07-758/+0
| | | | There is no damned reason to treat this differently than any other media lib given its license and there never was.
* Update libaom to commit ID 1e227d41f0616de9548a673a83a21ef990b62591trav902018-10-19-54/+22
|
* [aom] Only build stats code if examples are enabledtrav902018-10-19-0/+3
|
* Update libaom to rev b25610052a1398032320008d69b51d2da94f5928trav902018-10-19-5/+3
|
* Do not build aomstats unless examples are enabledtrav902018-10-19-3/+5
| | | | The aomstats library is only used in the code examples, but we assume that all libraries should be linked into libxul, which leads to an unresolved external dependency on fatal at link time. This adds a guard to only build aomstats if we are building the examples.
* Update aom to v1.0.0trav902018-10-19-417/+579
| | | | Update aom to commit id d14c5bb4f336ef1842046089849dee4a301fbbf0.
* Update aom to commit id e87fb2378f01103d5d6e477a4ef6892dc714e614trav902018-10-18-93/+233
|
* Update aom to commit id f5bdeac22930ff4c6b219be49c843db35970b918trav902018-10-18-19/+32
|
* Update aom to slightly newer commit IDtrav902018-10-17-72/+185
|
* Import aom librarytrav902018-10-15-0/+359
This is the reference implementation for the Alliance for Open Media's av1 video code. The commit used was 4d668d7feb1f8abd809d1bca0418570a7f142a36.