hls/config: missing libs added (avcodec and avutil)

This commit is contained in:
nl 0
2012-08-20 15:12:00 +06:00
parent d5a1913072
commit e243e814ab

View File

@ -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"