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:11:46 +0100
commit40aaa8dadfd1c69ff4460d04750e1403b5535a6d (patch)
tree2bc04b705c9259a24f391fd5649037b314138fd7 /configure
parent064f19f39e2f17927278c6ad8fe884a5b92310d6 (diff)
examples/avcodec: split audio encoding 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 8c2b4fdfa9..28567bb7df 100755
--- a/configure
+++ b/configure
@@ -1210,6 +1210,7 @@ COMPONENT_LIST="
EXAMPLE_LIST="
avcodec_example
+ encode_audio_example
filter_audio_example
metadata_example
output_example
@@ -2435,6 +2436,7 @@ scale_vaapi_filter_deps="vaapi VAProcPipelineParameterBuffer"
# examples
avcodec_example_deps="avcodec avutil"
+encode_audio_example_deps="avcodec avutil"
filter_audio_example_deps="avfilter avutil"
metadata_example_deps="avformat avutil"
output_example_deps="avcodec avformat avutil swscale"