[FFmpeg-cvslog] fate: fix fate-lavf-fits dependencies
James Almer
git at videolan.org
Thu Sep 7 04:54:41 EEST 2017
ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Wed Sep 6 22:53:17 2017 -0300| [cf42f316c525a76680b8b2d3e68c61db71eaa50d] | committer: James Almer
fate: fix fate-lavf-fits dependencies
We need the fits muxer/demuxer.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cf42f316c525a76680b8b2d3e68c61db71eaa50d
---
tests/fate/avformat.mak | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/fate/avformat.mak b/tests/fate/avformat.mak
index c4cf2bc473..f65ef76648 100644
--- a/tests/fate/avformat.mak
+++ b/tests/fate/avformat.mak
@@ -10,7 +10,7 @@ FATE_LAVF-$(call ENCDEC, PCM_S16BE, CAF) += caf
FATE_LAVF-$(call ENCDEC, DPX, IMAGE2) += dpx
FATE_LAVF-$(call ENCDEC2, DVVIDEO, PCM_S16LE, AVI) += dv_fmt
FATE_LAVF-$(call ENCDEC2, MPEG1VIDEO, MP2, FFM) += ffm
-FATE_LAVF-$(call ENCDEC, FITS, IMAGE2) += fits
+FATE_LAVF-$(call ENCDEC, FITS, FITS) += fits
FATE_LAVF-$(call ENCDEC, RAWVIDEO, FILMSTRIP) += flm
FATE_LAVF-$(call ENCDEC, FLV, FLV) += flv_fmt
FATE_LAVF-$(call ENCDEC, GIF, IMAGE2) += gif
More information about the ffmpeg-cvslog
mailing list