mirror of
https://github.com/arut/nginx-rtmp-module.git
synced 2025-08-06 15:00:18 +08:00
hls/config: missing libs added (avcodec and avutil)
This commit is contained in:
@ -9,5 +9,5 @@ NGX_ADDON_SRCS="$NGX_ADDON_SRCS \
|
|||||||
$ngx_addon_dir/ngx_rtmp_hls_module.c \
|
$ngx_addon_dir/ngx_rtmp_hls_module.c \
|
||||||
"
|
"
|
||||||
|
|
||||||
CORE_LIBS="$CORE_LIBS -lavformat"
|
CORE_LIBS="$CORE_LIBS -lavformat -lavcodec -lavutil"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user