| Index: source/libvpx/vp9/common/vp9_scan.h
|
| ===================================================================
|
| --- source/libvpx/vp9/common/vp9_scan.h (revision 247498)
|
| +++ source/libvpx/vp9/common/vp9_scan.h (working copy)
|
| @@ -17,6 +17,10 @@
|
| #include "vp9/common/vp9_enums.h"
|
| #include "vp9/common/vp9_blockd.h"
|
|
|
| +#ifdef __cplusplus
|
| +extern "C" {
|
| +#endif
|
| +
|
| #define MAX_NEIGHBORS 2
|
|
|
| void vp9_init_neighbors();
|
| @@ -36,4 +40,8 @@
|
| token_cache[neighbors[MAX_NEIGHBORS * c + 1]]) >> 1;
|
| }
|
|
|
| +#ifdef __cplusplus
|
| +} // extern "C"
|
| +#endif
|
| +
|
| #endif // VP9_COMMON_VP9_SCAN_H_
|
|
|