diff options
Diffstat (limited to 'third_party/aom/av1/common/av1_rtcd.c')
-rw-r--r-- | third_party/aom/av1/common/av1_rtcd.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/third_party/aom/av1/common/av1_rtcd.c b/third_party/aom/av1/common/av1_rtcd.c index f9ccd1979..38e26bee1 100644 --- a/third_party/aom/av1/common/av1_rtcd.c +++ b/third_party/aom/av1/common/av1_rtcd.c @@ -8,9 +8,11 @@ * 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 "./aom_config.h" +#include "config/aom_config.h" + #define RTCD_C -#include "./av1_rtcd.h" +#include "config/av1_rtcd.h" + #include "aom_ports/aom_once.h" void av1_rtcd() { |