Skip to content

Commit

Permalink
split the LDFLAGS from ngx_feature_libs
Browse files Browse the repository at this point in the history
  • Loading branch information
wandenberg committed Mar 24, 2014
1 parent 40a8fdd commit 4894448
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config
@@ -1,7 +1,8 @@
ngx_addon_name=ngx_http_video_thumbextractor_module
ngx_feature_libs="-lavformat -lavcodec -lavutil -lswscale -ljpeg $(MagickWand-config --ldflags)"
ngx_feature_libs="-lavformat -lavcodec -lavutil -lswscale -ljpeg $(MagickWand-config --libs)"
HTTP_AUX_FILTER_MODULES="$HTTP_AUX_FILTER_MODULES $ngx_addon_name"
CFLAGS="$CFLAGS $(MagickWand-config --cflags)"
LDFLAGS="$LDFLAGS $(MagickWand-config --ldflags)"
CORE_INCS="$CORE_INCS \
$ngx_addon_dir/src \
$ngx_addon_dir/include"
Expand Down

0 comments on commit 4894448

Please sign in to comment.