On 2014-08-04 20:32:15 +0200, Diego Biurrun wrote: > Module: libav > Branch: master > Commit: eee813eec7d3c0b0689f80665d3f796401742935 > > Author: Diego Biurrun <[email protected]> > Committer: Diego Biurrun <[email protected]> > Date: Sun Aug 3 06:21:15 2014 -0700 > > fate: Only generate tests/pixfmts.mak if some pixfmts fate test is run > > --- > > tests/fate/filter-video.mak | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/tests/fate/filter-video.mak b/tests/fate/filter-video.mak > index bbe77ce..cd90507 100644 > --- a/tests/fate/filter-video.mak > +++ b/tests/fate/filter-video.mak > @@ -122,7 +122,9 @@ 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" >> $@ > > -ifneq (,$(RUNNING_FATE)) > +RUNNING_PIXFMTS_TESTS := $(filter check fate-list > fate-filter-pixdesc%,$(MAKECMDGOALS))
quite a few other targets are missing (sorry, I forgot it durig my review): fate, fate-avconv, fate-filter and fate-vfilter at least Janne _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
