summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2016-09-30 19:35:28 +0200
committerClément Bœsch <u@pkh.me>2016-09-30 19:35:52 +0200
commit1a9b4bc4c7b6064761cf02662d18f833e16dff26 (patch)
tree3bf33aa5534d84bf9bf9200ed4c189beda4f4229 /configure
parent1e647d200fae24853b5276d48dc14b55f26fd5b7 (diff)
doc/examples: build http_multiclient example
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 014fa8554b..74db9b5f47 100755
--- a/configure
+++ b/configure
@@ -1456,6 +1456,7 @@ EXAMPLE_LIST="
filter_audio_example
filtering_audio_example
filtering_video_example
+ http_multiclient_example
metadata_example
muxing_example
qsvdec_example
@@ -3113,6 +3114,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"
metadata_example_deps="avformat avutil"
muxing_example_deps="avcodec avformat avutil swscale"
qsvdec_example_deps="avcodec avutil libmfx h264_qsv_decoder vaapi_x11"