On 2014-08-05 11:20:18 +0200, Luca Barbato wrote:
> On 05/08/14 09:44, Janne Grunau wrote:
> > All subtargets which should run the fate-filter-pixdesc% need to
> > generate and include tests/pixfmts.mak. Most noteable missing target was
> > fate itself.
> > ---
> >  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..33ba11a 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-avconv fate-list 
> > fate-filter fate-vfilter fate-filter-pixdesc%,$(MAKECMDGOALS))
> >  
> >  ifneq (,$(RUNNING_PIXFMTS_TESTS))
> >  -include tests/pixfmts.mak
> > 
> 
> Ok.

pushed with fate-avconv removed since that is not a make target

Janne
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to