summaryrefslogtreecommitdiff
path: root/vp10/common
diff options
context:
space:
mode:
Diffstat (limited to 'vp10/common')
-rw-r--r--vp10/common/entropymv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp10/common/entropymv.c b/vp10/common/entropymv.c
index fd11d9005..a9946ee15 100644
--- a/vp10/common/entropymv.c
+++ b/vp10/common/entropymv.c
@@ -128,7 +128,7 @@ MV_CLASS_TYPE vp10_get_mv_class(int z, int *offset) {
}
int vp10_use_mv_hp(const MV *ref) {
-#if CONFIG_UNIVERSAL_HP
+#if CONFIG_MISC_FIXES
(void) ref;
return 1;
#else