sourcey / libsourcey

C++14 evented IO libraries for high performance networking and media based applications
https://sourcey.com/libsourcey
GNU Lesser General Public License v2.1
1.32k stars 349 forks source link

Cannot build webrtcstreamer sample with prebuilt WebRTC lib #150

Closed artemiuzzz closed 7 years ago

artemiuzzz commented 7 years ago

I get link errors when trying to build libsourcey with samples. Adding this macro in root CMakeLists.txt resolved the problem:

add_definitions(-D_GLIBCXX_USE_CXX11_ABI=0)

auscaster commented 7 years ago

Thank you, I will add this to the CMake build in a more portable way.