summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAndreas Unterweger <dustsigns@gmail.com>2013-10-08 13:10:46 +0200
committerAnton Khirnov <anton@khirnov.net>2013-11-27 09:20:05 +0100
commit10421bcf0ab5d48fa3d84de803e657b77fe7d3c0 (patch)
treecb43fcdebb9d8d95825ddc0fc47ddeb769141b21 /configure
parent92f0abb27fe26efdf33bec51d1f583e46036ac74 (diff)
Add an audio transcoding example.
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index eddf40b9b1..6dcfd1b7fa 100755
--- a/configure
+++ b/configure
@@ -1043,6 +1043,7 @@ COMPONENT_LIST="
EXAMPLE_LIST="
output_example
+ transcode_aac_example
"
EXTERNAL_LIBRARY_LIST="
@@ -1952,6 +1953,7 @@ yadif_filter_deps="gpl"
# examples
output_example_deps="avcodec avformat avutil swscale"
+transcode_aac_example_deps="avcodec avformat avresample"
# libraries
avcodec_deps="avutil"