Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2017-03-29 14:38:29 +0300
committerClément Bœsch <u@pkh.me>2017-03-29 14:43:47 +0300
commit878070cc56065a6e0bc4aa2a73c6ac512bfa4d17 (patch)
treecc3f2ba88f0914785b77a1be2679aea2a786ad97 /configure
parent780cc080d85656429ba97426f35c7bc1f7f201bb (diff)
parentf5df897c4b61985e3afc89ba1290649712ff438e (diff)
Merge commit 'f5df897c4b61985e3afc89ba1290649712ff438e'
* commit 'f5df897c4b61985e3afc89ba1290649712ff438e': examples/avcodec: split audio decoding into a separate example Merged-by: Clément Bœsch <u@pkh.me>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index bf1d2fe1e5..71a2734750 100755
--- a/configure
+++ b/configure
@@ -1461,6 +1461,7 @@ COMPONENT_LIST="
EXAMPLE_LIST="
avio_dir_cmd_example
avio_reading_example
+ decode_audio_example
decoding_encoding_example
demuxing_decoding_example
encode_audio_example
@@ -3168,6 +3169,7 @@ scale_vaapi_filter_deps="vaapi VAProcPipelineParameterBuffer"
# examples
avio_dir_cmd_deps="avformat avutil"
avio_reading_deps="avformat avcodec avutil"
+decode_audio_example_deps="avcodec avutil"
decoding_encoding_example_deps="avcodec avformat avutil"
demuxing_decoding_example_deps="avcodec avformat avutil"
encode_audio_example_deps="avcodec avutil"