diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2014-01-26 18:30:06 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2014-02-02 11:58:23 +0100 |
commit | 5fc4dea39caf7f4ea8a9a37c836d0a87d888d33f (patch) | |
tree | 2552af2b295ce1102e99cb078a1374d508104a2e /configure | |
parent | a270f63e832b6fffaef41b3bb898024827a7877e (diff) | |
download | ffmpeg-5fc4dea39caf7f4ea8a9a37c836d0a87d888d33f.tar.gz |
examples: add avio_reading.c example
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1241,6 +1241,7 @@ COMPONENT_LIST=" " EXAMPLE_LIST=" + avio_reading_example decoding_encoding_example demuxing_decoding_example filtering_audio_example @@ -2390,6 +2391,7 @@ tinterlace_pad_test_deps="tinterlace_filter" zmq_filter_deps="libzmq" # examples +avio_reading="avformat avcodec avutil" decoding_encoding_example_deps="avcodec avutil" demuxing_decoding_example_deps="avcodec avformat avutil" filtering_audio_example_deps="avfilter avcodec avformat avutil" |