summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2023-01-15 03:06:39 +0100
committerStefano Sabatini <stefasab@gmail.com>2023-02-11 17:49:01 +0100
commitf0a415c7eb47d4a71c93948f564d91d812070f6a (patch)
tree3cbf90a801f35c2fc8621d5fb318a8e994544522 /configure
parent2a3a36e2796a8b2ec294b1d9aa08c17e380bc2cb (diff)
downloadffmpeg-f0a415c7eb47d4a71c93948f564d91d812070f6a.tar.gz
examples: rename avio_reading to avio_read_callback
Adopt general scheme VERB_OBJECT.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index d38613309d..7e2fdc2bea 100755
--- a/configure
+++ b/configure
@@ -1711,7 +1711,7 @@ COMPONENT_LIST="
EXAMPLE_LIST="
avio_list_dir_example
- avio_reading_example
+ avio_read_callback_example
decode_audio_example
decode_video_example
demuxing_decoding_example
@@ -3775,7 +3775,7 @@ xstack_vaapi_filter_deps="vaapi_1"
# examples
avio_list_dir_deps="avformat avutil"
-avio_reading_deps="avformat avcodec avutil"
+avio_read_callback_deps="avformat avcodec avutil"
decode_audio_example_deps="avcodec avutil"
decode_video_example_deps="avcodec avutil"
demuxing_decoding_example_deps="avcodec avformat avutil"