diff options
author | Stefano Sabatini | 2010-05-24 20:38:50 +0000 |
---|---|---|
committer | Stefano Sabatini | 2010-05-24 20:38:50 +0000 |
commit | e34d5db5957aac0b2b7228ced432dcf4a1f5e5dc (patch) | |
tree | 2091d1a2c97a47085004275ff5eabc2bfcaccd63 /Makefile | |
parent | 781cf5fd4194bd4edaacf4e0e524eea8546a8e57 (diff) |
Add libavfilter 1-input - 1-output regression test, corresponding to the
target regtest-lavfi_pix_fmts.
The lavfi_pix_fmts test is disabled, this because there are
many tests which are failing, and there are still some output files
which cannot be played by NUT/ffplay.
Originally committed as revision 23297 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -261,6 +261,7 @@ LAVFI_TESTS = \ vflip \ vflip_crop \ vflip_vflip \ +# lavfi_pix_fmts \ ACODEC_TESTS := $(addprefix regtest-, $(ACODEC_TESTS) $(ACODEC_TESTS-yes)) VCODEC_TESTS := $(addprefix regtest-, $(VCODEC_TESTS) $(VCODEC_TESTS-yes)) @@ -309,7 +310,7 @@ $(LAVF_TESTS): @$(SRC_PATH)/tests/lavf-regression.sh $@ lavf tests/vsynth1 "$(TARGET_EXEC)" "$(TARGET_PATH)" @diff -u -w $(call REFFILE,lavf,$@) $(call RESFILE,lavf,$@) -$(LAVFI_TESTS): +$(LAVFI_TESTS): tools/lavfi-showfiltfmts$(EXESUF) @echo "TEST LAVFI $(@:regtest-%=%)" @$(SRC_PATH)/tests/lavfi-regression.sh $@ lavfi tests/vsynth1 "$(TARGET_EXEC)" "$(TARGET_PATH)" @diff -u -w $(call REFFILE,lavfi,$@) $(call RESFILE,lavfi,$@) |