vp10: merge universal_hp experiment into misc_fixes.
Change-Id: I79fc3c0594535adc0056339c929cff69b8188760
diff --git a/configure b/configure
index 9e960d4..b329c52 100755
--- a/configure
+++ b/configure
@@ -265,7 +265,6 @@
fp_mb_stats
emulate_hardware
misc_fixes
- universal_hp
ext_ipred_bltr
"
CONFIG_LIST="
diff --git a/vp10/common/entropymv.c b/vp10/common/entropymv.c
index fd11d90..a9946ee 100644
--- a/vp10/common/entropymv.c
+++ b/vp10/common/entropymv.c
@@ -128,7 +128,7 @@
}
int vp10_use_mv_hp(const MV *ref) {
-#if CONFIG_UNIVERSAL_HP
+#if CONFIG_MISC_FIXES
(void) ref;
return 1;
#else