summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2010-05-24 20:38:50 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-05-24 20:38:50 +0000
commite34d5db5957aac0b2b7228ced432dcf4a1f5e5dc (patch)
tree2091d1a2c97a47085004275ff5eabc2bfcaccd63 /Makefile
parent781cf5fd4194bd4edaacf4e0e524eea8546a8e57 (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--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 500c5b1d86..027b0adda7 100644
--- a/Makefile
+++ b/Makefile
@@ -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,$@)