summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-10-18 12:16:08 +0200
committerMichael Niedermayer <michaelni@gmx.at>2012-10-18 12:16:08 +0200
commit3777e6b3bf65be9a925187a9d008c5d422fe17b5 (patch)
tree6ab9a542129dd1bb6ac4ff6b572d714d1dba40c3 /configure
parent9317b73f11c34e550a2ffcf01540824dbaa36036 (diff)
parentb93e934aeea44f3e92f0acd960e5d10151f14379 (diff)
Merge remote-tracking branch 'qatar/master'
* qatar/master: mips64: mark hi/lo registers clobbered in MAC64/MLS64 macros fate: list lavfi tests in a makefile Conflicts: configure tests/Makefile Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure14
1 files changed, 1 insertions, 13 deletions
diff --git a/configure b/configure
index 7aa0107281..6c8c979822 100755
--- a/configure
+++ b/configure
@@ -1962,16 +1962,6 @@ htmlpages_deps="texi2html"
txtpages_deps="makeinfo"
doc_deps_any="manpages htmlpages podpages txtpages"
-# tests
-colormatrix1_test_deps="colormatrix_filter"
-colormatrix2_test_deps="colormatrix_filter"
-pp_test_deps="mp_filter"
-pp2_test_deps="mp_filter"
-pp3_test_deps="mp_filter"
-pp4_test_deps="mp_filter"
-pp5_test_deps="mp_filter"
-pp6_test_deps="mp_filter"
-
# default parameters
logfile="config.log"
@@ -2142,9 +2132,8 @@ find_tests(){
}
LAVF_FATE_TESTS=$(find_tests lavf-fate)
-LAVFI_TESTS=$(find_tests lavfi)
-ALL_TESTS="$LAVF_FATE_TESTS $LAVFI_TESTS"
+ALL_TESTS="$LAVF_FATE_TESTS"
for n in $COMPONENT_LIST; do
v=$(toupper ${n%s})_LIST
@@ -4292,7 +4281,6 @@ print_config CONFIG_ "$config_files" $CONFIG_LIST \
cat >>config.mak <<EOF
LAVF_FATE_TESTS=$(print_enabled -n _test $LAVF_FATE_TESTS)
-LAVFI_TESTS=$(print_enabled -n _test $LAVFI_TESTS)
EOF
echo "#endif /* FFMPEG_CONFIG_H */" >> $TMPH