for #742, always enable http utilities.

pull/756/head
winlin 8 years ago
parent a1fcf66f32
commit 7057bb1ef5

@ -205,13 +205,13 @@ void show_macro_features()
ss << ", hls:" << srs_bool2switch(SRS_AUTO_HLS_BOOL); ss << ", hls:" << srs_bool2switch(SRS_AUTO_HLS_BOOL);
ss << ", hds:" << srs_bool2switch(SRS_AUTO_HDS_BOOL); ss << ", hds:" << srs_bool2switch(SRS_AUTO_HDS_BOOL);
// hc(http callback) // hc(http callback)
ss << ", hc:" << srs_bool2switch(SRS_AUTO_HTTP_CALLBACK_BOOL); ss << ", hc:" << srs_bool2switch(true);
// ha(http api) // ha(http api)
ss << ", ha:" << srs_bool2switch(SRS_AUTO_HTTP_API_BOOL); ss << ", ha:" << srs_bool2switch(true);
// hs(http server) // hs(http server)
ss << ", hs:" << srs_bool2switch(SRS_AUTO_HTTP_SERVER_BOOL); ss << ", hs:" << srs_bool2switch(true);
// hp(http parser) // hp(http parser)
ss << ", hp:" << srs_bool2switch(SRS_AUTO_HTTP_CORE_BOOL); ss << ", hp:" << srs_bool2switch(true);
ss << ", dvr:" << srs_bool2switch(SRS_AUTO_DVR_BOOL); ss << ", dvr:" << srs_bool2switch(SRS_AUTO_DVR_BOOL);
// trans(transcode) // trans(transcode)
ss << ", trans:" << srs_bool2switch(SRS_AUTO_TRANSCODE_BOOL); ss << ", trans:" << srs_bool2switch(SRS_AUTO_TRANSCODE_BOOL);

Loading…
Cancel
Save