| Index: source/libvpx/vp8/encoder/dct_value_tokens.h
|
| ===================================================================
|
| --- source/libvpx/vp8/encoder/dct_value_tokens.h (revision 247498)
|
| +++ source/libvpx/vp8/encoder/dct_value_tokens.h (working copy)
|
| @@ -11,6 +11,10 @@
|
| #ifndef VP8_ENCODER_DCT_VALUE_TOKENS_H_
|
| #define VP8_ENCODER_DCT_VALUE_TOKENS_H_
|
|
|
| +#ifdef __cplusplus
|
| +extern "C" {
|
| +#endif
|
| +
|
| /* Generated file, included by tokenize.c */
|
| /* Values generated by fill_value_tokens() */
|
|
|
| @@ -701,4 +705,8 @@
|
| {10, 3954}, {10, 3956}, {10, 3958}, {10, 3960}
|
| };
|
|
|
| +#ifdef __cplusplus
|
| +} // extern "C"
|
| +#endif
|
| +
|
| #endif // VP8_ENCODER_DCT_VALUE_TOKENS_H_
|
|
|