| Index: source/libvpx/vp8/common/quant_common.h
|
| ===================================================================
|
| --- source/libvpx/vp8/common/quant_common.h (revision 247498)
|
| +++ source/libvpx/vp8/common/quant_common.h (working copy)
|
| @@ -16,6 +16,10 @@
|
| #include "blockd.h"
|
| #include "onyxc_int.h"
|
|
|
| +#ifdef __cplusplus
|
| +extern "C" {
|
| +#endif
|
| +
|
| extern int vp8_ac_yquant(int QIndex);
|
| extern int vp8_dc_quant(int QIndex, int Delta);
|
| extern int vp8_dc2quant(int QIndex, int Delta);
|
| @@ -23,4 +27,8 @@
|
| extern int vp8_dc_uv_quant(int QIndex, int Delta);
|
| extern int vp8_ac_uv_quant(int QIndex, int Delta);
|
|
|
| +#ifdef __cplusplus
|
| +} // extern "C"
|
| +#endif
|
| +
|
| #endif // VP8_COMMON_QUANT_COMMON_H_
|
|
|