| commit | 65d22825e29f29a71d86dcbe8dc7f5ae55727557 | [log] [tgz] |
|---|---|---|
| author | Ronald S. Bultje <rbultje@google.com> | Mon Mar 18 15:28:51 2013 -0700 |
| committer | Ronald S. Bultje <rbultje@google.com> | Mon Mar 18 15:39:04 2013 -0700 |
| tree | 0372eae0b3da79f3ec9c63856443d097ecc79226 | |
| parent | b99dce688152c714fe0bf8d6a49ba62cd7eabdf4 [diff] [blame] |
ENTROPY_STATS -> VP8_ENTROPY_STATS in vp8/. Change-Id: I0027483e47900de84394de47c3273cc8292e6119
diff --git a/vp8/encoder/mcomp.h b/vp8/encoder/mcomp.h index 890113f..e36c515 100644 --- a/vp8/encoder/mcomp.h +++ b/vp8/encoder/mcomp.h
@@ -15,7 +15,7 @@ #include "block.h" #include "vp8/common/variance.h" -#ifdef ENTROPY_STATS +#ifdef VP8_ENTROPY_STATS extern void init_mv_ref_counts(); extern void accum_mv_refs(MB_PREDICTION_MODE, const int near_mv_ref_cts[4]); #endif