summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2011-07-17 11:55:08 +0100
committerMans Rullgard <mans@mansr.com>2011-09-27 00:05:51 +0100
commit908f12f342341785bf0458e88a06d97a1af90339 (patch)
tree50071ea0f1d4937d00550c13119e2f98332bcd45 /configure
parent96a59cf37b080080b7e45dd57828b40a7a2bbfe7 (diff)
fate: allow testing with libavfilter disabled
This declares dependencies to skip tests using libavfilter when it is disabled. Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure b/configure
index 8440cab5d0..32f1a26298 100755
--- a/configure
+++ b/configure
@@ -1516,11 +1516,14 @@ test_deps(){
dep=${v%=*}
tests=${v#*=}
for name in ${tests}; do
- eval ${name}_test_deps="'${dep}$suf1 ${dep}$suf2'"
+ append ${name}_test_deps ${dep}$suf1 ${dep}$suf2
done
done
}
+mxf_d10_test_deps="avfilter"
+seek_lavf_mxf_d10_test_deps="mxf_d10_test"
+
test_deps _encoder _decoder \
adpcm_g726=g726 \
adpcm_ima_qt \