summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2014-02-15 15:50:29 +0100
committerDiego Biurrun <diego@biurrun.de>2014-02-16 21:37:21 +0100
commitb339182eba34f28de5f1a477cdd2c84f1ef35d90 (patch)
treee284b1348b4775bef096a807277606ffca6b325b /configure
parent77fbc032655534ab82627c982192323f2e0d5f18 (diff)
Move all example programs to doc/examples
Also drop support for building examples in library directories.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
index a5407c7c5b..292da47f72 100755
--- a/configure
+++ b/configure
@@ -1095,6 +1095,8 @@ COMPONENT_LIST="
"
EXAMPLE_LIST="
+ avcodec_example
+ metadata_example
output_example
transcode_aac_example
"
@@ -2020,6 +2022,8 @@ ocv_filter_deps="libopencv"
scale_filter_deps="swscale"
# examples
+avcodec_example_deps="avcodec avutil"
+metadata_example_deps="avformat avutil"
output_example_deps="avcodec avformat avutil swscale"
transcode_aac_example_deps="avcodec avformat avresample"