diff options
author | Martin Storsjö <martin@martin.st> | 2019-12-02 23:57:11 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2019-12-17 10:22:29 +0200 |
commit | 0f50be625f156e49ce3a2eac9b794a29fdcad4ab (patch) | |
tree | 8d3c07cdd1e18c19ab5ab0951fa7b1e0d01dae1e /configure | |
parent | efefba61f8513e9d909af041b17584fd82775c63 (diff) | |
download | ffmpeg-0f50be625f156e49ce3a2eac9b794a29fdcad4ab.tar.gz |
fate: Add an option for disabling the 2k/4k tests
When testing on a memory limited system, these tests consume a
significant amount of memory and can often fail if testing by running
multiple processes in parallel.
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -482,6 +482,7 @@ Developer options (useful when working on FFmpeg itself): --ignore-tests=TESTS comma-separated list (without "fate-" prefix in the name) of tests whose result is ignored --enable-linux-perf enable Linux Performance Monitor API + --disable-large-tests disable tests that use a large amount of memory NOTE: Object files are built at the place where configure is launched. EOF @@ -1931,6 +1932,7 @@ CONFIG_LIST=" $SUBSYSTEM_LIST autodetect fontconfig + large_tests linux_perf memory_poisoning neon_clobber_test @@ -3727,6 +3729,7 @@ enable asm enable debug enable doc enable faan faandct faanidct +enable large_tests enable optimizations enable runtime_cpudetect enable safe_bitstream_reader |