From 07c17b6b98ed32fcecff15c083ab0fd878de3cf0 Mon Sep 17 00:00:00 2001 From: trav90 Date: Mon, 15 Oct 2018 21:44:18 -0500 Subject: 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/. --- media/libaom/README_MCP | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 media/libaom/README_MCP (limited to 'media/libaom/README_MCP') 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 -- cgit v1.2.3