grishka / libtgvoip

VoIP library for Telegram clients
The Unlicense
387 stars 156 forks source link

AudioIO.h is missing #54

Closed applke closed 5 years ago

applke commented 5 years ago

Hi, can u hell me? When i try to make, seems like my Ubuntu can't find AudoIO.h file

Infactum commented 5 years ago

Try to change this line https://github.com/grishka/libtgvoip/blob/8d8522a5e89f8bb44119d4d35f94a3f18d61f115/audio/AudioIOCallback.h#L10 to #include "AudioIO.h"

applke commented 5 years ago

Thanks a lot! I want to use this lib on windows and with Java. Can u help me to compile this lib on ubuntu for windows?