Skip to content

Commit 391048c

Browse files
committed
Introduce llhttp files.
1 parent 24e8d05 commit 391048c

11 files changed

+12220
-11912
lines changed

trunk/configure

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,9 @@ MODULE_FILES=("srs_protocol_amf0" "srs_protocol_io" "srs_protocol_conn" "srs_pro
263263
"srs_protocol_rtmp_stack" "srs_protocol_utility" "srs_protocol_rtmp_msg_array" "srs_protocol_stream"
264264
"srs_protocol_raw_avc" "srs_protocol_http_stack" "srs_protocol_kbps" "srs_protocol_json"
265265
"srs_protocol_format" "srs_protocol_log" "srs_protocol_st" "srs_protocol_http_client"
266-
"srs_protocol_http_conn" "srs_protocol_rtmp_conn" "srs_protocol_protobuf")
266+
"srs_protocol_http_conn" "srs_protocol_rtmp_conn" "srs_protocol_protobuf"
267+
"srs_protocol_http_stack_llhttp" "srs_protocol_http_stack_llhttpapi"
268+
"srs_protocol_http_stack_llhttpadapter" "srs_protocol_http_stack_llhttphttp")
267269
# Always include SRT protocol
268270
MODULE_FILES+=("srs_protocol_srt")
269271
ModuleLibIncs+=(${LibSRTRoot})

0 commit comments

Comments
 (0)