commit | 44702c8837ab37110daff9aecc5fe17acf94a66a | [log] [tgz] |
---|---|---|
author | Tom Finegan <tomfinegan@google.com> | Tue May 22 13:00:39 2018 -0700 |
committer | Tom Finegan <tomfinegan@google.com> | Wed May 23 15:26:12 2018 +0000 |
tree | 7191622178785b753cbedd1436f11c3546a60a2b | |
parent | 60e653d4849749503270985579e43bba65355449 [diff] [blame] |
cmake: generate rtcd headers in config subdir. Move rtcd header outputs to config subdir of config dir, and update include sites. Change-Id: I25c5f1808a091f3727934adc274637ebdcdcb1cf
diff --git a/test/hash_test.cc b/test/hash_test.cc index 0f6905a..e9f7f63 100644 --- a/test/hash_test.cc +++ b/test/hash_test.cc
@@ -13,7 +13,7 @@ #include <new> #include "config/aom_config.h" -#include "./av1_rtcd.h" +#include "config/av1_rtcd.h" #include "aom_ports/aom_timer.h" #include "av1/encoder/hash.h"