Commit c4af48eb authored by James Almer's avatar James Almer

configure: add missing fork() dependency to http_multiclient example

Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
parent 06865370
...@@ -3119,7 +3119,7 @@ extract_mvs_example_deps="avcodec avformat avutil" ...@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment