Merge branch 'master' of github.com:arut/nginx-rtmp-module

This commit is contained in:
Roman Arutyunyan
2012-08-20 14:55:47 +04:00

View File

@ -9,5 +9,5 @@ NGX_ADDON_SRCS="$NGX_ADDON_SRCS \
$ngx_addon_dir/ngx_rtmp_hls_module.c \
"
CORE_LIBS="$CORE_LIBS -lavformat"
CORE_LIBS="$CORE_LIBS -lavformat -lavcodec -lavutil"