diff options
author | Anton Khirnov <anton@khirnov.net> | 2016-10-19 21:05:22 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2016-11-02 10:13:27 +0100 |
commit | f5df897c4b61985e3afc89ba1290649712ff438e (patch) | |
tree | eacdf748857871291a715e81d31aacc40b217003 /configure | |
parent | f76698e759a08e8d3b629c06edb0439f474e7fee (diff) | |
download | ffmpeg-f5df897c4b61985e3afc89ba1290649712ff438e.tar.gz |
examples/avcodec: split audio decoding into a separate example
The four examples (audio/video encoding/decoding) are completely
independent so it makes little sense to have them all in one file.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1210,6 +1210,7 @@ COMPONENT_LIST=" EXAMPLE_LIST=" avcodec_example + decode_audio_example encode_audio_example filter_audio_example metadata_example @@ -2436,6 +2437,7 @@ scale_vaapi_filter_deps="vaapi VAProcPipelineParameterBuffer" # examples avcodec_example_deps="avcodec avutil" +decode_audio_example_deps="avcodec avutil" encode_audio_example_deps="avcodec avutil" filter_audio_example_deps="avfilter avutil" metadata_example_deps="avformat avutil" |