summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMariusz SzczepaƄczyk <mszczepanczyk@gmail.com>2015-08-15 17:59:17 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2015-08-16 02:16:47 +0200
commit767d780ec001167b2fd8f6cfe4ef78a3a8b1e34c (patch)
treebad84d2e5ff2f33b82b37054762bb97956ab1e73 /configure
parent4ada49f9dbed6ab1a84cf2d79f0e8b5e549b0b6a (diff)
doc/examples: rename avio_list_dir -> avio_dir_cmd
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 3ad72d8ef0..381b09e519 100755
--- a/configure
+++ b/configure
@@ -1343,7 +1343,7 @@ COMPONENT_LIST="
EXAMPLE_LIST="
avio_reading_example
- avio_list_dir_example
+ avio_dir_cmd_example
decoding_encoding_example
demuxing_decoding_example
extract_mvs_example
@@ -2803,7 +2803,7 @@ zoompan_filter_deps="swscale"
# examples
avio_reading="avformat avcodec avutil"
-avio_list_dir="avformat avutil"
+avio_dir_cmd="avformat avutil"
avcodec_example_deps="avcodec avutil"
decoding_encoding_example_deps="avcodec avformat avutil"
demuxing_decoding_example_deps="avcodec avformat avutil"