diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2023-01-15 12:44:04 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2023-02-11 17:49:01 +0100 |
commit | 2e4694707e619ddb736489cc32ace997c6788930 (patch) | |
tree | 67c7eae826d0b44e66705f3af4b4dafb5c6c0480 /configure | |
parent | 1ae619e8ee1d4ae9d16820df75b8dd9dcbedd8cd (diff) | |
download | ffmpeg-2e4694707e619ddb736489cc32ace997c6788930.tar.gz |
examples: rename http_multiclient to avio_http_serve_files
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1710,6 +1710,7 @@ COMPONENT_LIST=" " EXAMPLE_LIST=" + avio_http_serve_files_example avio_list_dir_example avio_read_callback_example decode_audio_example @@ -1721,7 +1722,6 @@ EXAMPLE_LIST=" encode_video_example extract_mvs_example filter_audio_example - http_multiclient_example hw_decode_example metadata_example muxing_example @@ -3774,6 +3774,7 @@ vstack_vaapi_filter_deps="vaapi_1" xstack_vaapi_filter_deps="vaapi_1" # examples +avio_http_serve_files_deps="avformat avutil fork" avio_list_dir_deps="avformat avutil" avio_read_callback_deps="avformat avcodec avutil" decode_audio_example_deps="avcodec avutil" @@ -3785,7 +3786,6 @@ encode_audio_example_deps="avcodec avutil" encode_video_example_deps="avcodec avutil" extract_mvs_example_deps="avcodec avformat avutil" filter_audio_example_deps="avfilter avutil" -http_multiclient_example_deps="avformat avutil fork" hw_decode_example_deps="avcodec avformat avutil" metadata_example_deps="avformat avutil" muxing_example_deps="avcodec avformat avutil swscale" |