| Index: source/libvpx/vp9/common/vp9_idct.h
|
| ===================================================================
|
| --- source/libvpx/vp9/common/vp9_idct.h (revision 247498)
|
| +++ source/libvpx/vp9/common/vp9_idct.h (working copy)
|
| @@ -18,7 +18,11 @@
|
| #include "vp9/common/vp9_common.h"
|
| #include "vp9/common/vp9_enums.h"
|
|
|
| +#ifdef __cplusplus
|
| +extern "C" {
|
| +#endif
|
|
|
| +
|
| // Constants and Macros used by all idct/dct functions
|
| #define DCT_CONST_BITS 14
|
| #define DCT_CONST_ROUNDING (1 << (DCT_CONST_BITS - 1))
|
| @@ -103,4 +107,8 @@
|
| int stride, int eob);
|
|
|
|
|
| +#ifdef __cplusplus
|
| +} // extern "C"
|
| +#endif
|
| +
|
| #endif // VP9_COMMON_VP9_IDCT_H_
|
|
|