summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorLukasz Marek <lukasz.m.luki2@gmail.com>2014-07-05 18:12:04 +0200
committerMichael Niedermayer <michaelni@gmx.at>2015-03-28 03:13:44 +0100
commit56b7aa213882e495ab8dc1b92acb83b1a1d91996 (patch)
tree7ab1635f978574ff7a2dcc3b801fa3e6de178e2c /configure
parent303c3dada243243d4896c81979c15ce67b028cd6 (diff)
doc/examples: add directory listing example
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 606af60141..017a9d27dc 100755
--- a/configure
+++ b/configure
@@ -1321,6 +1321,7 @@ COMPONENT_LIST="
EXAMPLE_LIST="
avio_reading_example
+ avio_list_dir_example
decoding_encoding_example
demuxing_decoding_example
extract_mvs_example
@@ -2659,6 +2660,7 @@ zoompan_filter_deps="swscale"
# examples
avio_reading="avformat avcodec avutil"
+avio_list_dir="avformat avutil"
avcodec_example_deps="avcodec avutil"
decoding_encoding_example_deps="avcodec avformat avutil"
demuxing_decoding_example_deps="avcodec avformat avutil"