diff options
author | Matt A. Tobin <email@mattatobin.com> | 2020-04-07 23:30:51 -0400 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-14 13:26:42 +0200 |
commit | 277f2116b6660e9bbe7f5d67524be57eceb49b8b (patch) | |
tree | 4595f7cc71418f71b9a97dfaeb03a30aa60f336a /third_party/aom/keywords.dox | |
parent | d270404436f6e84ffa3b92af537ac721bf10d66e (diff) | |
download | UXP-277f2116b6660e9bbe7f5d67524be57eceb49b8b.tar UXP-277f2116b6660e9bbe7f5d67524be57eceb49b8b.tar.gz UXP-277f2116b6660e9bbe7f5d67524be57eceb49b8b.tar.lz UXP-277f2116b6660e9bbe7f5d67524be57eceb49b8b.tar.xz UXP-277f2116b6660e9bbe7f5d67524be57eceb49b8b.zip |
Move aom source to a sub-directory under media/libaom
There is no damned reason to treat this differently than any other media lib given its license and there never was.
Diffstat (limited to 'third_party/aom/keywords.dox')
-rw-r--r-- | third_party/aom/keywords.dox | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/third_party/aom/keywords.dox b/third_party/aom/keywords.dox deleted file mode 100644 index 56f536890..000000000 --- a/third_party/aom/keywords.dox +++ /dev/null @@ -1,51 +0,0 @@ -/*!\page rfc2119 RFC2119 Keywords - - The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL - NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and - "OPTIONAL" in this document are to be interpreted as described in - <a href="http://www.ietf.org/rfc/rfc2119.txt">RFC 2119.</a> - -Specifically, the following definitions are used: - -\section MUST -\anchor REQUIRED -\anchor SHALL - This word, or the terms "REQUIRED" or "SHALL", mean that the - definition is an absolute requirement of the specification. - -\section MUSTNOT MUST NOT -\anchor SHALLNOT - This phrase, or the phrase "SHALL NOT", mean that the - definition is an absolute prohibition of the specification. - -\section SHOULD -\anchor RECOMMENDED - This word, or the adjective "RECOMMENDED", mean that there - may exist valid reasons in particular circumstances to ignore a - particular item, but the full implications must be understood and - carefully weighed before choosing a different course. - -\section SHOULDNOT SHOULD NOT -\anchor NOTRECOMMENDED - This phrase, or the phrase "NOT RECOMMENDED" mean that - there may exist valid reasons in particular circumstances when the - particular behavior is acceptable or even useful, but the full - implications should be understood and the case carefully weighed - before implementing any behavior described with this label. - -\section MAY -\anchor OPTIONAL - This word, or the adjective "OPTIONAL", mean that an item is - truly optional. One vendor may choose to include the item because a - particular marketplace requires it or because the vendor feels that - it enhances the product while another vendor may omit the same item. - An implementation which does not include a particular option \ref MUST be - prepared to interoperate with another implementation which does - include the option, though perhaps with reduced functionality. In the - same vein an implementation which does include a particular option - \ref MUST be prepared to interoperate with another implementation which - does not include the option (except, of course, for the feature the - option provides.) - - -*/ |