diff options
author | trav90 <travawine@palemoon.org> | 2018-10-15 21:44:18 -0500 |
---|---|---|
committer | trav90 <travawine@palemoon.org> | 2018-10-15 21:44:18 -0500 |
commit | 07c17b6b98ed32fcecff15c083ab0fd878de3cf0 (patch) | |
tree | 403ca55d2e61cf99e2140714ef3555ec51301b8b /media/libaom/README_MCP | |
parent | b927e0d5caad3a7703829bdc1093bfc67ef3fb97 (diff) | |
download | UXP-07c17b6b98ed32fcecff15c083ab0fd878de3cf0.tar UXP-07c17b6b98ed32fcecff15c083ab0fd878de3cf0.tar.gz UXP-07c17b6b98ed32fcecff15c083ab0fd878de3cf0.tar.lz UXP-07c17b6b98ed32fcecff15c083ab0fd878de3cf0.tar.xz UXP-07c17b6b98ed32fcecff15c083ab0fd878de3cf0.zip |
Port the libvpx mozbuild generator to aom
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/.
Diffstat (limited to 'media/libaom/README_MCP')
-rw-r--r-- | media/libaom/README_MCP | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/media/libaom/README_MCP b/media/libaom/README_MCP new file mode 100644 index 000000000..b3046e631 --- /dev/null +++ b/media/libaom/README_MCP @@ -0,0 +1,11 @@ +This directory contains build files for the aom video +codec reference implementation. The actual library +source is in $TOPSRCDIR/third_party/aom/ + +Any patches or additional configuration to be applied to the +upstream source should be kept here in the media/libaom +directory. + +The upstream aom git repository is: + + https://aomedia.googlesource.com/aom |