diff options
author | Mans Rullgard | 2012-10-16 14:35:05 +0100 |
---|---|---|
committer | Mans Rullgard | 2012-10-17 22:31:18 +0100 |
commit | 206a070dce5accf7a40bfd3a26568fd7d212a95c (patch) | |
tree | e9e4798a0f6d3af68241dfd3d31f8036a6f6c365 /configure | |
parent | 36ac9a16a19a365ce58cc871484c20cffe9b6401 (diff) |
fate: list lavfi tests in a makefile
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 15 |
1 files changed, 1 insertions, 14 deletions
@@ -1872,21 +1872,13 @@ ALL_COMPONENTS=" $PROTOCOL_LIST " -find_tests(){ - map "echo ${2}\${v}_test" $(ls "$source_path"/tests/ref/$1 | grep -v '[^-a-z0-9_]') -} - -LAVFI_TESTS=$(find_tests lavfi) - -ALL_TESTS="$LAVFI_TESTS" - for n in $COMPONENT_LIST; do v=$(toupper ${n%s})_LIST eval enable \$$v eval ${n}_if_any="\$$v" done -enable $ARCH_EXT_LIST $ALL_TESTS +enable $ARCH_EXT_LIST die_unknown(){ echo "Unknown option \"$1\"." @@ -3521,7 +3513,6 @@ check_deps $CONFIG_LIST \ $CONFIG_EXTRA \ $HAVE_LIST \ $ALL_COMPONENTS \ - $ALL_TESTS \ ! enabled_any memalign posix_memalign aligned_malloc && enabled_any $need_memalign && enable memalign_hack @@ -3780,10 +3771,6 @@ print_config CONFIG_ "$config_files" $CONFIG_LIST \ $CONFIG_EXTRA \ $ALL_COMPONENTS \ -cat >>config.mak <<EOF -LAVFI_TESTS=$(print_enabled -n _test $LAVFI_TESTS) -EOF - echo "#endif /* LIBAV_CONFIG_H */" >> $TMPH # Do not overwrite an unchanged config.h to avoid superfluous rebuilds. |