mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Made av public header C++-enabled
This commit is contained in:
parent
888ebea619
commit
9d78e74d4d
|
@ -26,6 +26,10 @@
|
|||
#define __TOXAV
|
||||
#include <inttypes.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/* vpx_image_t */
|
||||
#include <vpx/vpx_image.h>
|
||||
|
||||
|
@ -370,4 +374,9 @@ int toxav_set_video_queue_limit ( ToxAv *av, int32_t call_index, uint64_t limit
|
|||
|
||||
|
||||
Tox *toxav_get_tox(ToxAv *av);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* __TOXAV */
|
Loading…
Reference in New Issue
Block a user