commit | 71e87847ebf1c8ef1c1cacc86ec19499eb266e0c | [log] [tgz] |
---|---|---|
author | Sebastien Alaiwan <sebastien.alaiwan@allegrodvt.com> | Wed Apr 12 16:03:28 2017 +0200 |
committer | James Zern <jzern@google.com> | Wed Apr 12 22:29:11 2017 +0000 |
tree | 0ae1062bcb1bd257d688fcaa7b9c309139772e45 | |
parent | f6214b964755bac807792a3d55d7bad66f0527ac [diff] [blame] |
Homogenize configuration option name. Rename '--enable-aom-highbitdepth' to '--enable-highbitdepth' Change-Id: I1de13c3508c30c552532993419d8ace326142ab6
diff --git a/av1/encoder/encoder.h b/av1/encoder/encoder.h index 84fe8e2..6d3497f 100644 --- a/av1/encoder/encoder.h +++ b/av1/encoder/encoder.h
@@ -258,7 +258,7 @@ aom_tune_metric tuning; aom_tune_content content; -#if CONFIG_AOM_HIGHBITDEPTH +#if CONFIG_HIGHBITDEPTH int use_highbitdepth; #endif aom_color_space_t color_space;