| Index: source/libvpx/vp9/common/vp9_scale.h
|
| ===================================================================
|
| --- source/libvpx/vp9/common/vp9_scale.h (revision 247498)
|
| +++ source/libvpx/vp9/common/vp9_scale.h (working copy)
|
| @@ -14,6 +14,10 @@
|
| #include "vp9/common/vp9_mv.h"
|
| #include "vp9/common/vp9_convolve.h"
|
|
|
| +#ifdef __cplusplus
|
| +extern "C" {
|
| +#endif
|
| +
|
| #define REF_SCALE_SHIFT 14
|
| #define REF_NO_SCALE (1 << REF_SCALE_SHIFT)
|
| #define REF_INVALID_SCALE -1
|
| @@ -46,4 +50,8 @@
|
| sf->y_scale_fp != REF_NO_SCALE;
|
| }
|
|
|
| +#ifdef __cplusplus
|
| +} // extern "C"
|
| +#endif
|
| +
|
| #endif // VP9_COMMON_VP9_SCALE_H_
|
|
|