mediasoup-sys 0.2.2

FFI bindings to C++ libmediasoup-worker
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
CFLAGS = -O2 -Wall
LDFLAGS= -lm 

.PHONY: test clean

all: testsuite

testsuite: testsuite.c netstring.o

test: testsuite
	./testsuite

clean:
	rm -f *.o testsuite