C++14 evented IO libraries for high performance networking and media based applications
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
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)