summaryrefslogtreecommitdiff
path: root/aom_dsp/aom_convolve.h
diff options
context:
space:
mode:
authorSebastien Alaiwan <sebastien.alaiwan@allegrodvt.com>2017-04-12 16:03:28 +0200
committerJames Zern <jzern@google.com>2017-04-12 22:29:11 +0000
commit71e87847ebf1c8ef1c1cacc86ec19499eb266e0c (patch)
tree0ae1062bcb1bd257d688fcaa7b9c309139772e45 /aom_dsp/aom_convolve.h
parentf6214b964755bac807792a3d55d7bad66f0527ac (diff)
Homogenize configuration option name.
Rename '--enable-aom-highbitdepth' to '--enable-highbitdepth' Change-Id: I1de13c3508c30c552532993419d8ace326142ab6
Diffstat (limited to 'aom_dsp/aom_convolve.h')
-rw-r--r--aom_dsp/aom_convolve.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/aom_dsp/aom_convolve.h b/aom_dsp/aom_convolve.h
index 75d24a493..d0de6c5d2 100644
--- a/aom_dsp/aom_convolve.h
+++ b/aom_dsp/aom_convolve.h
@@ -42,7 +42,7 @@ typedef void (*convolve_fn_t)(const uint8_t *src, ptrdiff_t src_stride,
const int16_t *filter_y, int y_step_q4, int w,
int h);
-#if CONFIG_AOM_HIGHBITDEPTH
+#if CONFIG_HIGHBITDEPTH
typedef void (*highbd_convolve_fn_t)(const uint8_t *src, ptrdiff_t src_stride,
uint8_t *dst, ptrdiff_t dst_stride,
const int16_t *filter_x, int x_step_q4,