Merge pull request #55 from nl0/patch-1

hls/config: missing libs added (avcodec and avutil)
This commit is contained in:
Roman Arutyunyan 2012-08-20 03:34:47 -07:00
commit c200683397

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"