From e243e814abd3989cc78899a64b158addcd3783d1 Mon Sep 17 00:00:00 2001 From: nl 0 Date: Mon, 20 Aug 2012 15:12:00 +0600 Subject: [PATCH] hls/config: missing libs added (avcodec and avutil) --- hls/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hls/config b/hls/config index afadaa3..24624cb 100644 --- a/hls/config +++ b/hls/config @@ -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"