|
|
|
@ -45,8 +45,10 @@ LDLIBS+= $(LDLIBS_LIBCURL) |
|
|
|
CFLAGS+= $(CFLAGS_BCG729) |
|
|
|
LDLIBS+= $(LDLIBS_BCG729) |
|
|
|
|
|
|
|
CFLAGS+= -DCUSTOM_POLLER |
|
|
|
|
|
|
|
SRCS= epoll.c garbage.c inotify.c main.c metafile.c stream.c recaux.c packet.c \
|
|
|
|
decoder.c output.c mix.c db.c log.c forward.c tag.c poller.c notify.c tls_send.c |
|
|
|
decoder.c output.c mix.c db.c log.c forward.c tag.c custom_poller.c notify.c tls_send.c |
|
|
|
LIBSRCS= loglib.c auxlib.c rtplib.c codeclib.strhash.c resample.c str.c socket.c streambuf.c ssllib.c \
|
|
|
|
dtmflib.c bufferpool.c bencode.c |
|
|
|
LIBASM= mvr2s_x64_avx2.S mvr2s_x64_avx512.S mix_in_x64_avx2.S mix_in_x64_avx512bw.S mix_in_x64_sse2.S |
|
|
|
|