[FFmpeg-cvslog] fate: generate tests/pixfmts.mak for all targets requiring it
Janne Grunau
git at videolan.org
Tue Aug 5 19:21:34 CEST 2014
ffmpeg | branch: master | Janne Grunau <janne-libav at jannau.net> | Tue Aug 5 09:39:00 2014 +0200| [d395895cdb2ac8c95bd488549e7f893bd4dcc248] | committer: Janne Grunau
fate: generate tests/pixfmts.mak for all targets requiring it
All subtargets which should run the fate-filter-pixdesc% need to
generate and include tests/pixfmts.mak. Most noteable missing target was
fate itself.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d395895cdb2ac8c95bd488549e7f893bd4dcc248
---
tests/fate/filter-video.mak | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/fate/filter-video.mak b/tests/fate/filter-video.mak
index cd90507..42fb063 100644
--- a/tests/fate/filter-video.mak
+++ b/tests/fate/filter-video.mak
@@ -122,7 +122,7 @@ tests/pixfmts.mak: avconv$(EXESUF)
$(Q)$(TARGET_EXEC) $(TARGET_PATH)/$< -pix_fmts list 2> /dev/null | awk 'NR > 8 && /^IO/ { printf $$2 " " }' >> $@
$(Q)printf "\n" >> $@
-RUNNING_PIXFMTS_TESTS := $(filter check fate-list fate-filter-pixdesc%,$(MAKECMDGOALS))
+RUNNING_PIXFMTS_TESTS := $(filter check fate fate-list fate-filter fate-vfilter fate-filter-pixdesc%,$(MAKECMDGOALS))
ifneq (,$(RUNNING_PIXFMTS_TESTS))
-include tests/pixfmts.mak
More information about the ffmpeg-cvslog
mailing list