sippy / rtpproxy

The RTPproxy is a high-performance software proxy for RTP streams that can work together with Sippy B2BUA, Kamailio, OpenSIPS and SER.
http://rtpproxy.org
BSD 2-Clause "Simplified" License
408 stars 114 forks source link

fail to build #95

Open weipenegHU opened 4 years ago

weipenegHU commented 4 years ago

when I compiled the code, an error came up, please help:

In file included from rtpp_objck.c:32:0: rtpp_objck.c: In function ‘main’: rtpp_objck.c:215:28: error: expected expression before ‘{’ token tests.queue_p2c.done = ATOMIC_VAR_INIT(false); ^ rtpp_objck.c:216:28: error: expected expression before ‘{’ token tests.queue_b2b.done = ATOMIC_VAR_INIT(false); ^ rtpp_objck.c:217:28: error: expected expression before ‘{’ token tests.wi_malloc.done = ATOMIC_VAR_INIT(false);