Chromium Code Reviews| Index: source/libvpx/vp8/encoder/boolhuff.h |
| =================================================================== |
| --- source/libvpx/vp8/encoder/boolhuff.h (revision 195011) |
| +++ source/libvpx/vp8/encoder/boolhuff.h (working copy) |
| @@ -67,7 +67,7 @@ |
| unsigned int lowvalue = br->lowvalue; |
| register unsigned int shift; |
| -#ifdef ENTROPY_STATS |
| +#ifdef VP8_ENTROPY_STATS |
| #if defined(SECTIONBITS_OUTPUT) |
| if (bit) |