summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAndrey Utkin <andrey.krieger.utkin@gmail.com>2014-03-09 02:20:41 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-03-17 20:56:33 +0100
commite10ab43614c1cccdeb656bf9d5431285a2f2d52f (patch)
tree9b86e0a0c2fcb0f72b1c664933fafe7ae06f52ed /configure
parente21235f9b9e264111279847617bb7bdaa734b11a (diff)
doc/examples: Add example transcoding.c
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 7e51d06678..8b67be7ff4 100755
--- a/configure
+++ b/configure
@@ -1272,6 +1272,7 @@ EXAMPLE_LIST="
resampling_audio_example
scaling_video_example
transcode_aac_example
+ transcoding_example
"
EXTERNAL_LIBRARY_LIST="
@@ -2482,6 +2483,7 @@ remuxing_example_deps="avcodec avformat avutil"
resampling_audio_example_deps="avutil swresample"
scaling_video_example_deps="avutil swscale"
transcode_aac_example_deps="avcodec avformat swresample"
+transcoding_example_deps="avfilter avcodec avformat avutil"
# libraries
avcodec_deps="avutil"