diff options
author | trav90 <travawine@palemoon.org> | 2018-10-19 21:52:15 -0500 |
---|---|---|
committer | trav90 <travawine@palemoon.org> | 2018-10-19 21:52:20 -0500 |
commit | e922f5f372d727c452cd577f61f941fddf2096f3 (patch) | |
tree | 437ce94c3fdd7497508e5b55de06c6d011678597 /third_party/aom/test/lossless_test.cc | |
parent | d262c95284f3259f58d379bd8c38340efd285283 (diff) | |
download | aura-central-e922f5f372d727c452cd577f61f941fddf2096f3.tar.gz |
Update aom to v1.0.0
Update aom to commit id d14c5bb4f336ef1842046089849dee4a301fbbf0.
Diffstat (limited to 'third_party/aom/test/lossless_test.cc')
-rw-r--r-- | third_party/aom/test/lossless_test.cc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/third_party/aom/test/lossless_test.cc b/third_party/aom/test/lossless_test.cc index f4978fe21..3f8e89c81 100644 --- a/third_party/aom/test/lossless_test.cc +++ b/third_party/aom/test/lossless_test.cc @@ -7,11 +7,12 @@ * obtain it at www.aomedia.org/license/software. If the Alliance for Open * Media Patent License 1.0 was not distributed with this source code in the * PATENTS file, you can obtain it at www.aomedia.org/license/patent. -*/ + */ #include "third_party/googletest/src/googletest/include/gtest/gtest.h" -#include "./aom_config.h" +#include "config/aom_config.h" + #include "test/codec_factory.h" #include "test/encode_test_driver.h" #include "test/i420_video_source.h" |