summaryrefslogtreecommitdiffstats
path: root/third_party/aom/aom_scale/aom_scale_rtcd.c
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/aom/aom_scale/aom_scale_rtcd.c')
-rw-r--r--third_party/aom/aom_scale/aom_scale_rtcd.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/third_party/aom/aom_scale/aom_scale_rtcd.c b/third_party/aom/aom_scale/aom_scale_rtcd.c
index dec23735b..08f1a376d 100644
--- a/third_party/aom/aom_scale/aom_scale_rtcd.c
+++ b/third_party/aom/aom_scale/aom_scale_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 "./aom_scale_rtcd.h"
+#include "config/aom_scale_rtcd.h"
+
#include "aom_ports/aom_once.h"
void aom_scale_rtcd() { once(setup_rtcd_internal); }