diff options
author | Rong Yan <rongyan236@gmail.com> | 2014-09-01 21:46:22 -0400 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-09-02 04:19:15 +0200 |
commit | 6abeaf2781ce4b7c84a93904003ab60b6d64cf27 (patch) | |
tree | d3f3c58fd3dfb3946b6b5903ee53bd989b748bca /configure | |
parent | 7cf1f0f4af702a57f84ecfae31a604c5ebe3f81b (diff) | |
download | ffmpeg-streaming-6abeaf2781ce4b7c84a93904003ab60b6d64cf27.zip ffmpeg-streaming-6abeaf2781ce4b7c84a93904003ab60b6d64cf27.tar.gz |
build sys: enable the decoding_encoding example under the ffmpeg/doc/examples
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2592,6 +2592,7 @@ zoompan_filter_deps="swscale" # examples avio_reading="avformat avcodec avutil" avcodec_example_deps="avcodec avutil" +decoding_encoding_example_deps="avcodec avformat avutil" demuxing_decoding_example_deps="avcodec avformat avutil" extract_mvs_example_deps="avcodec avformat avutil" filter_audio_example_deps="avfilter avutil" |