Homogenize configuration option name.
Rename '--enable-aom-highbitdepth' to '--enable-highbitdepth'
Change-Id: I1de13c3508c30c552532993419d8ace326142ab6
diff --git a/aom_dsp/avg.c b/aom_dsp/avg.c
index 9add3d5..70a6178 100644
--- a/aom_dsp/avg.c
+++ b/aom_dsp/avg.c
@@ -191,7 +191,7 @@
}
}
-#if CONFIG_AOM_HIGHBITDEPTH
+#if CONFIG_HIGHBITDEPTH
unsigned int aom_highbd_avg_8x8_c(const uint8_t *src, int stride) {
int i, j;
int sum = 0;
@@ -229,4 +229,4 @@
}
}
}
-#endif // CONFIG_AOM_HIGHBITDEPTH
+#endif // CONFIG_HIGHBITDEPTH