This fixes compilation of GYP-generated project with TGVOIP_USE_CALLBACK_AUDIO_IO being defined.
I simply added the missing AudioIOCallback.cpp and AudioIOCallback.h into the sources list.
This is just like as it made now with Wave / WASAPI or ALSA / PulseAudio audio back-ends.
This fixes compilation of GYP-generated project with
TGVOIP_USE_CALLBACK_AUDIO_IO
being defined.I simply added the missing
AudioIOCallback.cpp
andAudioIOCallback.h
into thesources
list. This is just like as it made now with Wave / WASAPI or ALSA / PulseAudio audio back-ends.