You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/usr/local/lib/libtgvoip.so: undefined reference to `tgvoip::video::VideoPacketSender::SetSource(tgvoip::video::VideoSource*)'/usr/local/lib/libtgvoip.so: undefined reference to `tgvoip::video::VideoPacketSender::VideoPacketSender(tgvoip::VoIPController*, tgvoip::video::VideoSource*, std::shared_ptr<tgvoip::VoIPController::Stream>)'/usr/local/lib/libtgvoip.so: undefined reference to `tgvoip::video::ParityFEC::Decode(std::vector<tgvoip::Buffer, std::allocator<tgvoip::Buffer>>&, tgvoip::Buffer&)'collect2: error: ld returned 1 exit status
If I add video/VideoPacketSender.cpp to SRC list in Makefile.am, then everything is ok
Thanks
The text was updated successfully, but these errors were encountered:
I'm having problems linking against
libtgvoip
:If I add
video/VideoPacketSender.cpp
to SRC list in Makefile.am, then everything is okThanks
The text was updated successfully, but these errors were encountered: