summaryrefslogtreecommitdiff
path: root/vp8/encoder/defaultcoefcounts.h
diff options
context:
space:
mode:
Diffstat (limited to 'vp8/encoder/defaultcoefcounts.h')
-rw-r--r--vp8/encoder/defaultcoefcounts.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/vp8/encoder/defaultcoefcounts.h b/vp8/encoder/defaultcoefcounts.h
index 2c0f3ddf3..3015a585e 100644
--- a/vp8/encoder/defaultcoefcounts.h
+++ b/vp8/encoder/defaultcoefcounts.h
@@ -8,6 +8,9 @@
* be found in the AUTHORS file in the root of the source tree.
*/
+#ifndef VP8_ENCODER_DEFAULTCOEFCOUNTS_H_
+#define VP8_ENCODER_DEFAULTCOEFCOUNTS_H_
+
/* Generated file, included by entropy.c */
static const unsigned int default_coef_counts[BLOCK_TYPES]
@@ -221,3 +224,5 @@ static const unsigned int default_coef_counts[BLOCK_TYPES]
},
},
};
+
+#endif // VP8_ENCODER_DEFAULTCOEFCOUNTS_H_