mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Always enable SRS_DVR
This commit is contained in:
parent
330100769f
commit
f003ba9a29
2 changed files with 1 additions and 7 deletions
|
@ -97,12 +97,6 @@ else
|
|||
srs_undefine_macro "SRS_AUTO_NGINX" $SRS_AUTO_HEADERS_H
|
||||
fi
|
||||
|
||||
if [ $SRS_DVR = YES ]; then
|
||||
srs_define_macro "SRS_AUTO_DVR" $SRS_AUTO_HEADERS_H
|
||||
else
|
||||
srs_undefine_macro "SRS_AUTO_DVR" $SRS_AUTO_HEADERS_H
|
||||
fi
|
||||
|
||||
if [ $SRS_HLS = YES ]; then
|
||||
srs_define_macro "SRS_AUTO_HLS" $SRS_AUTO_HEADERS_H
|
||||
else
|
||||
|
|
|
@ -224,7 +224,7 @@ void show_macro_features()
|
|||
ss << ", hs:" << srs_bool2switch(true);
|
||||
// hp(http parser)
|
||||
ss << ", hp:" << srs_bool2switch(true);
|
||||
ss << ", dvr:" << srs_bool2switch(SRS_AUTO_DVR_BOOL);
|
||||
ss << ", dvr:" << srs_bool2switch(true);
|
||||
// trans(transcode)
|
||||
ss << ", trans:" << srs_bool2switch(true);
|
||||
// inge(ingest)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue