On 1/6/2020 10:55 AM, Michael Niedermayer wrote: > The gif test should depend on gif not fits > > Signed-off-by: Michael Niedermayer <mich...@niedermayer.cc> > --- > tests/fate/lavf-video.mak | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tests/fate/lavf-video.mak b/tests/fate/lavf-video.mak > index 7a70ac90ce..f6e98246c4 100644 > --- a/tests/fate/lavf-video.mak > +++ b/tests/fate/lavf-video.mak > @@ -6,7 +6,7 @@ FATE_LAVF_VIDEO-$(call ENCDEC, FITS, FITS) > += gbrp.fits > FATE_LAVF_VIDEO-$(call ENCDEC, FITS, FITS) += gbrap.fits > FATE_LAVF_VIDEO-$(call ENCDEC, FITS, FITS) += > gbrp16be.fits > FATE_LAVF_VIDEO-$(call ENCDEC, FITS, FITS) += > gbrap16be.fits > -FATE_LAVF_VIDEO-$(call ENCDEC, GIF, FITS) += gif > +FATE_LAVF_VIDEO-$(call ENCDEC, GIF, GIF) += gif
Before ac4b5d86222006fa71ffe5922e1a34f1422507d8 it was IMAGE2, not GIF for the decoder part, so probably better to use that again. > FATE_LAVF_VIDEO-$(CONFIG_YUV4MPEGPIPE_MUXER) += y4m > > FATE_LAVF_VIDEO = $(FATE_LAVF_VIDEO-yes:%=fate-lavf-%) > Make the commit message "fix fate-lavf-gif dependencies" instead of "better looking gif dependancies". And mention the above commit as the source of the regression. LGTM otherwise. _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".