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

add ffmpeg transcoding framework

This commit is contained in:
winlin 2013-11-30 18:31:07 +08:00
parent b1466c8883
commit 8d91561ca0
9 changed files with 161 additions and 1 deletions

2
trunk/configure vendored
View file

@ -98,7 +98,7 @@ MODULE_FILES=("srs_core" "srs_core_log" "srs_core_server"
"srs_core_stream" "srs_core_source" "srs_core_codec"
"srs_core_handshake" "srs_core_pithy_print"
"srs_core_config" "srs_core_refer" "srs_core_reload"
"srs_core_hls" "srs_core_forward")
"srs_core_hls" "srs_core_forward" "srs_core_encoder")
MODULE_DIR="src/core" . auto/modules.sh
CORE_OBJS="${MODULE_OBJS[@]}"