vp10: add extern "C" to headers
Change-Id: Ie2e8b37fa01ce8d6b993684f431f3159d511cfb1
This commit is contained in:
@@ -14,6 +14,10 @@
|
||||
#include "vp10/common/blockd.h"
|
||||
#include "vp10/encoder/block.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
struct VP10_COMP;
|
||||
struct VP10Common;
|
||||
struct ThreadData;
|
||||
@@ -84,4 +88,8 @@ typedef struct PC_TREE {
|
||||
void vp10_setup_pc_tree(struct VP10Common *cm, struct ThreadData *td);
|
||||
void vp10_free_pc_tree(struct ThreadData *td);
|
||||
|
||||
#ifdef __cplusplus
|
||||
} // extern "C"
|
||||
#endif
|
||||
|
||||
#endif /* VP10_ENCODER_CONTEXT_TREE_H_ */
|
||||
|
Reference in New Issue
Block a user