diff options
author | jamal | 2012-10-19 02:22:12 -0300 |
---|---|---|
committer | Michael Niedermayer | 2012-10-19 14:20:11 +0200 |
commit | 9434ead2f34b971176b43ff0c3a54b9e76ac2249 (patch) | |
tree | 598fdf1bf3337646f54922626f14ff4a570c967c /configure | |
parent | c5fd9d3c35cb743226770e1077e6b082f44bd889 (diff) |
fate: Handle lavf-fate tests in a makefile
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 15 |
1 files changed, 1 insertions, 14 deletions
@@ -2127,21 +2127,13 @@ ALL_COMPONENTS=" $PROTOCOL_LIST " -find_tests(){ - map "echo ${2}\${v}_test" $(ls "$source_path"/tests/ref/$1 | grep -v '[^-a-z0-9_]') -} - -LAVF_FATE_TESTS=$(find_tests lavf-fate) - -ALL_TESTS="$LAVF_FATE_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\"." @@ -3950,7 +3942,6 @@ check_deps $CONFIG_LIST \ $CONFIG_EXTRA \ $HAVE_LIST \ $ALL_COMPONENTS \ - $ALL_TESTS \ if test $target_os = "haiku"; then @@ -4306,10 +4297,6 @@ print_config CONFIG_ "$config_files" $CONFIG_LIST \ $CONFIG_EXTRA \ $ALL_COMPONENTS \ -cat >>config.mak <<EOF -LAVF_FATE_TESTS=$(print_enabled -n _test $LAVF_FATE_TESTS) -EOF - echo "#endif /* FFMPEG_CONFIG_H */" >> $TMPH echo "endif # FFMPEG_CONFIG_MAK" >> config.mak |