| Commit message (Collapse) | Author | Age | Lines |
|
|
|
|
| |
This fully works for splitting gkmedias.dll back out from xul with one exception
which is Skia throwing undefined externals when linking gkmedias.
|
| |
|
|
|
|
| |
There is no damned reason to treat this differently than any other media lib given its license and there never was.
|
| |
|
| |
|
| |
|
|
|
|
| |
Recent changes made this a public header, so it needs to be available to callers like AOMDecoder.
|
| |
|
| |
|
|
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/.
|