[FFmpeg-cvslog] configure: add missing fork() dependency to http_multiclient example

James Almer git at videolan.org
Sat Oct 29 20:47:13 EEST 2016


ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Sat Oct 29 14:45:22 2016 -0300| [c4af48eb2716a273f0b7ce52d1067e9c3d2e7c71] | committer: James Almer

configure: add missing fork() dependency to http_multiclient example

Signed-off-by: James Almer <jamrial at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c4af48eb2716a273f0b7ce52d1067e9c3d2e7c71
---

 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 72ffaea..5993de5 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"



More information about the ffmpeg-cvslog mailing list