diff options
author | Mans Rullgard <mans@mansr.com> | 2012-10-16 14:20:57 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2012-10-17 22:31:18 +0100 |
commit | 36ac9a16a19a365ce58cc871484c20cffe9b6401 (patch) | |
tree | 06efc98157eb74a9b192f7a94280ae992bc4608e /configure | |
parent | fa26335003c7e87a55138cdad0f580a2963c5189 (diff) | |
download | ffmpeg-36ac9a16a19a365ce58cc871484c20cffe9b6401.tar.gz |
fate: dependencies for seek tests
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 |