summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2016-10-19 21:05:22 +0200
committerAnton Khirnov <anton@khirnov.net>2016-11-02 10:13:27 +0100
commitf5df897c4b61985e3afc89ba1290649712ff438e (patch)
treeeacdf748857871291a715e81d31aacc40b217003 /configure
parentf76698e759a08e8d3b629c06edb0439f474e7fee (diff)
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-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 28567bb7df..b19e3e13a7 100755
--- a/configure
+++ b/configure
@@ -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"