summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2023-01-15 12:33:11 +0100
committerStefano Sabatini <stefasab@gmail.com>2023-02-11 17:49:01 +0100
commit1ae619e8ee1d4ae9d16820df75b8dd9dcbedd8cd (patch)
tree184d9bbc4a7e34c63eae10179852f6190a9de158 /configure
parent3367bd56d140bdad70784fb5ab6e8d964498e064 (diff)
downloadffmpeg-1ae619e8ee1d4ae9d16820df75b8dd9dcbedd8cd.tar.gz
examples: rename filtering_video to decode_filter_video
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 357fb01f68..62b0c196fa 100755
--- a/configure
+++ b/configure
@@ -1714,13 +1714,13 @@ EXAMPLE_LIST="
avio_read_callback_example
decode_audio_example
decode_filter_audio_example
+ decode_filter_video_example
decode_video_example
demux_decode_example
encode_audio_example
encode_video_example
extract_mvs_example
filter_audio_example
- filtering_video_example
http_multiclient_example
hw_decode_example
metadata_example
@@ -3778,13 +3778,13 @@ avio_list_dir_deps="avformat avutil"
avio_read_callback_deps="avformat avcodec avutil"
decode_audio_example_deps="avcodec avutil"
decode_filter_audio_example_deps="avfilter avcodec avformat avutil"
+decode_filter_video_example_deps="avfilter avcodec avformat avutil"
decode_video_example_deps="avcodec avutil"
demux_decode_example_deps="avcodec avformat avutil"
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"
-filtering_video_example_deps="avfilter avcodec avformat avutil"
http_multiclient_example_deps="avformat avutil fork"
hw_decode_example_deps="avcodec avformat avutil"
metadata_example_deps="avformat avutil"