summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2020-01-06 13:43:10 +0100
committerMichael Niedermayer <michael@niedermayer.cc>2020-01-30 20:30:36 +0100
commit24a5e873b3dce4eaa19159183bc3a029b9dd953d (patch)
tree7facfe7d926748a55eafcd1a0142d7cf9dad79d4 /tests
parenta71794e8c262a374dc6def8448319241cc504b3c (diff)
tests/fate/lavf-video.mak: fix fate-lavf-gif dependencies
The gif test should depend on gif not fits Regression since: ac4b5d86222006fa71ffe5922e1a34f1422507d8 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'tests')
-rw-r--r--tests/fate/lavf-video.mak2
1 files changed, 1 insertions, 1 deletions
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
FATE_LAVF_VIDEO-$(CONFIG_YUV4MPEGPIPE_MUXER) += y4m
FATE_LAVF_VIDEO = $(FATE_LAVF_VIDEO-yes:%=fate-lavf-%)