mirror of https://git.ffmpeg.org/ffmpeg.git
fate/video: use FATE_VIDEO instead of FATE_SAMPLES_AVCONV
Consistent with the rest of the rules
This commit is contained in:
parent
cd02df5256
commit
9e6bb3b6ee
|
@ -180,7 +180,7 @@ fate-hapy: CMD = framecrc -i $(TARGET_SAMPLES)/hap/hapy.mov
|
|||
FATE_HAP += fate-hap-chunk
|
||||
fate-hap-chunk: CMD = framecrc -i $(TARGET_SAMPLES)/hap/hapy-12-chunks.mov
|
||||
|
||||
FATE_SAMPLES_AVCONV-$(call DEMDEC, MOV, HAP) += $(FATE_HAP)
|
||||
FATE_VIDEO-$(call DEMDEC, MOV, HAP) += $(FATE_HAP)
|
||||
fate-hap: $(FATE_HAP)
|
||||
|
||||
FATE_IFF-$(CONFIG_IFF_ILBM_DECODER) += fate-iff-byterun1
|
||||
|
|
Loading…
Reference in New Issue