Actually fixed build issue.

This commit is contained in:
irungentoo 2014-11-26 16:17:29 -05:00
parent 61949ec07b
commit d6f733c7e6
No known key found for this signature in database
GPG Key ID: 10349DC9BED89E98

View File

@ -30,9 +30,8 @@ extern "C" {
typedef struct _ToxAv ToxAv;
#ifndef VPX_IMAGE_H
typedef struct vpx_image vpx_image_t;
#endif
/* vpx_image_t */
#include <vpx/vpx_image.h>
typedef void ( *ToxAVCallback ) ( void *agent, int32_t call_idx, void *arg );
typedef void ( *ToxAvAudioCallback ) (void *agent, int32_t call_idx, const int16_t *PCM, uint16_t size, void *data);