Always use the 16-bit coding path
The encoder and decoder will now use the 16-bit (high-bitdepth)
coding path, regardless of the encoding profile.
This is a step towards the removal of the 8-bit (low-bitdepth)
coding path (which remains compile-checked at the moment).
BUG=aomedia:39
Change-Id: I6f8e8f1ce7a3bf1d3da7fda8461b1214ef579c64
diff --git a/configure b/configure
index d01c5ff..c7d19c5 100755
--- a/configure
+++ b/configure
@@ -512,9 +512,6 @@
# Backwards/jenkins compatibility with --enable-aom-highbitdepth
enabled aom_highbitdepth && enable_feature highbitdepth
- # Enable low-bitdepth pixel pipeline by default
- soft_enable lowbitdepth
-
soft_enable palette
soft_enable alt_intra
soft_enable palette_throughput