| Index: source/libvpx/vp8/encoder/dct_value_cost.h
|
| ===================================================================
|
| --- source/libvpx/vp8/encoder/dct_value_cost.h (revision 247498)
|
| +++ source/libvpx/vp8/encoder/dct_value_cost.h (working copy)
|
| @@ -11,6 +11,10 @@
|
| #ifndef VP8_ENCODER_DCT_VALUE_COST_H_
|
| #define VP8_ENCODER_DCT_VALUE_COST_H_
|
|
|
| +#ifdef __cplusplus
|
| +extern "C" {
|
| +#endif
|
| +
|
| /* Generated file, included by tokenize.c */
|
| /* Values generated by fill_value_tokens() */
|
|
|
| @@ -360,4 +364,8 @@
|
| 8251, 8257, 8265, 8275
|
| };
|
|
|
| +#ifdef __cplusplus
|
| +} // extern "C"
|
| +#endif
|
| +
|
| #endif // VP8_ENCODER_DCT_VALUE_COST_H_
|
|
|