summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2012-10-16 14:20:57 +0100
committerMans Rullgard <mans@mansr.com>2012-10-17 22:31:18 +0100
commit36ac9a16a19a365ce58cc871484c20cffe9b6401 (patch)
tree06efc98157eb74a9b192f7a94280ae992bc4608e /configure
parentfa26335003c7e87a55138cdad0f580a2963c5189 (diff)
fate: dependencies for seek tests
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 1 insertions, 3 deletions
diff --git a/configure b/configure
index 74b9b043b1..fca5127442 100755
--- a/configure
+++ b/configure
@@ -1877,9 +1877,8 @@ find_tests(){
}
LAVFI_TESTS=$(find_tests lavfi)
-SEEK_TESTS=$(find_tests seek seek_)
-ALL_TESTS="$LAVFI_TESTS $SEEK_TESTS"
+ALL_TESTS="$LAVFI_TESTS"
for n in $COMPONENT_LIST; do
v=$(toupper ${n%s})_LIST
@@ -3783,7 +3782,6 @@ print_config CONFIG_ "$config_files" $CONFIG_LIST \
cat >>config.mak <<EOF
LAVFI_TESTS=$(print_enabled -n _test $LAVFI_TESTS)
-SEEK_TESTS=$(print_enabled -n _test $SEEK_TESTS)
EOF
echo "#endif /* LIBAV_CONFIG_H */" >> $TMPH