1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

RTC: Remove sendmmsg

This commit is contained in:
winlin 2020-05-21 16:26:19 +08:00
parent 9dfa0cc099
commit 01f05f920f
7 changed files with 2 additions and 62 deletions

View file

@ -166,11 +166,6 @@ if [ $SRS_OSX = YES ]; then
else
srs_undefine_macro "SRS_OSX" $SRS_AUTO_HEADERS_H
fi
if [ $SRS_SENDMMSG = YES ]; then
srs_define_macro "SRS_SENDMMSG" $SRS_AUTO_HEADERS_H
else
srs_undefine_macro "SRS_SENDMMSG" $SRS_AUTO_HEADERS_H
fi
if [ $SRS_DEBUG = YES ]; then
srs_define_macro "SRS_DEBUG" $SRS_AUTO_HEADERS_H