Browse Source

fate: fix fate-lavf-fits dependencies

We need the fits muxer/demuxer.
tags/n3.4
James Almer 7 years ago
parent
commit
cf42f316c5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tests/fate/avformat.mak

+ 1
- 1
tests/fate/avformat.mak View File

@@ -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


Loading…
Cancel
Save