diff options
Diffstat (limited to 'third_party/aom/test/encode_perf_test.cc')
-rw-r--r-- | third_party/aom/test/encode_perf_test.cc | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/third_party/aom/test/encode_perf_test.cc b/third_party/aom/test/encode_perf_test.cc index 5a37b480b..fe649b153 100644 --- a/third_party/aom/test/encode_perf_test.cc +++ b/third_party/aom/test/encode_perf_test.cc @@ -7,12 +7,14 @@ * 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 <string> #include "third_party/googletest/src/googletest/include/gtest/gtest.h" -#include "./aom_config.h" -#include "./aom_version.h" + +#include "config/aom_config.h" +#include "config/aom_version.h" + #include "test/codec_factory.h" #include "test/encode_test_driver.h" #include "test/i420_video_source.h" |