mirror of
https://github.com/ossrs/srs.git
synced 2025-02-14 20:31:56 +00:00
Remove KAFKA. 3.0.53
This commit is contained in:
parent
306ed8dbc8
commit
0741b64b25
1 changed files with 0 additions and 6 deletions
|
@ -79,12 +79,6 @@ fi
|
|||
echo "" >> $SRS_AUTO_HEADERS_H
|
||||
|
||||
# auto headers in depends.
|
||||
if [ $SRS_KAFKA = YES ]; then
|
||||
srs_define_macro "SRS_AUTO_KAFKA" $SRS_AUTO_HEADERS_H
|
||||
else
|
||||
srs_undefine_macro "SRS_AUTO_KAFKA" $SRS_AUTO_HEADERS_H
|
||||
fi
|
||||
|
||||
if [ $SRS_NGINX = YES ]; then
|
||||
srs_define_macro "SRS_AUTO_NGINX" $SRS_AUTO_HEADERS_H
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue