summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2016-10-29 14:45:22 -0300
committerJames Almer <jamrial@gmail.com>2016-10-29 14:45:29 -0300
commitc4af48eb2716a273f0b7ce52d1067e9c3d2e7c71 (patch)
treea8e8993016b20b691285a18b48e8d50164dce9a4 /configure
parent0686537002278f8802ecf2af1d5b2d0d5afe308a (diff)
configure: add missing fork() dependency to http_multiclient example
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 72ffaeacc5..5993de5147 100755
--- a/configure
+++ b/configure
@@ -3119,7 +3119,7 @@ extract_mvs_example_deps="avcodec avformat avutil"
filter_audio_example_deps="avfilter avutil"
filtering_audio_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"
muxing_example_deps="avcodec avformat avutil swscale"
qsvdec_example_deps="avcodec avutil libmfx h264_qsv_decoder vaapi_x11"