1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-03 15:06:45 +02:00

Fix some build issues

This commit is contained in:
Jfreegman
2015-11-03 23:04:05 -05:00
parent 49f5efaab0
commit 6cc1525daa
5 changed files with 47 additions and 47 deletions

View File

@ -26,7 +26,7 @@
#include <tox/toxav.h>
#include "audio_device.h"
#define MAX_CALLS 10
typedef enum _AudioError {
@ -75,13 +75,10 @@ struct CallControl {
int32_t audio_frame_duration;
uint32_t audio_sample_rate;
uint8_t audio_channels;
#ifdef VIDEO
uint32_t video_bit_rate;
int32_t video_frame_duration;
#endif /* VIDEO */
} CallControl;
struct CallControl CallControl;