configure: add missing fork() dependency to http_multiclient example

Signed-off-by: James Almer <jamrial@gmail.com>
pull/240/head
James Almer 8 years ago
parent 0686537002
commit c4af48eb27
  1. 2
      configure

2
configure vendored

@ -3119,7 +3119,7 @@ extract_mvs_example_deps="avcodec avformat avutil"
filter_audio_example_deps="avfilter avutil" filter_audio_example_deps="avfilter avutil"
filtering_audio_example_deps="avfilter avcodec avformat avutil" filtering_audio_example_deps="avfilter avcodec avformat avutil"
filtering_video_example_deps="avfilter avcodec avformat avutil" filtering_video_example_deps="avfilter avcodec avformat avutil"
http_multiclient_example_deps="avformat avutil" http_multiclient_example_deps="avformat avutil fork"
metadata_example_deps="avformat avutil" metadata_example_deps="avformat avutil"
muxing_example_deps="avcodec avformat avutil swscale" muxing_example_deps="avcodec avformat avutil swscale"
qsvdec_example_deps="avcodec avutil libmfx h264_qsv_decoder vaapi_x11" qsvdec_example_deps="avcodec avutil libmfx h264_qsv_decoder vaapi_x11"

Loading…
Cancel
Save