| Index: source/libvpx/vp9/encoder/vp9_encodeframe.h
|
| ===================================================================
|
| --- source/libvpx/vp9/encoder/vp9_encodeframe.h (revision 247498)
|
| +++ source/libvpx/vp9/encoder/vp9_encodeframe.h (working copy)
|
| @@ -12,6 +12,10 @@
|
| #ifndef VP9_ENCODER_VP9_ENCODEFRAME_H_
|
| #define VP9_ENCODER_VP9_ENCODEFRAME_H_
|
|
|
| +#ifdef __cplusplus
|
| +extern "C" {
|
| +#endif
|
| +
|
| struct macroblock;
|
| struct yv12_buffer_config;
|
|
|
| @@ -19,4 +23,8 @@
|
| const struct yv12_buffer_config *src,
|
| int mi_row, int mi_col);
|
|
|
| +#ifdef __cplusplus
|
| +} // extern "C"
|
| +#endif
|
| +
|
| #endif // VP9_ENCODER_VP9_ENCODEFRAME_H_
|
|
|