mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-08 13:22:53 +02:00
fate-indeo: add dependencies
Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
parent
b55dda4a72
commit
2e05143a8d
@ -1,14 +1,14 @@
|
|||||||
FATE_INDEO += fate-indeo2
|
FATE_INDEO-$(call DEMDEC, AVI, INDEO2) += fate-indeo2
|
||||||
fate-indeo2: CMD = framecrc -i $(SAMPLES)/rt21/VPAR0026.AVI
|
fate-indeo2: CMD = framecrc -i $(SAMPLES)/rt21/VPAR0026.AVI
|
||||||
|
|
||||||
FATE_INDEO += fate-indeo3
|
FATE_INDEO-$(call DEMDEC, MOV, INDEO3) += fate-indeo3
|
||||||
fate-indeo3: CMD = framecrc -i $(SAMPLES)/iv32/cubes.mov
|
fate-indeo3: CMD = framecrc -i $(SAMPLES)/iv32/cubes.mov
|
||||||
|
|
||||||
FATE_INDEO += fate-indeo4
|
FATE_INDEO-$(call DEMDEC, AVI, INDEO4) += fate-indeo4
|
||||||
fate-indeo4: CMD = framecrc -i $(SAMPLES)/iv41/indeo41-partial.avi -an
|
fate-indeo4: CMD = framecrc -i $(SAMPLES)/iv41/indeo41-partial.avi -an
|
||||||
|
|
||||||
FATE_INDEO += fate-indeo5
|
FATE_INDEO-$(call DEMDEC, AVI, INDEO5) += fate-indeo5
|
||||||
fate-indeo5: CMD = framecrc -i $(SAMPLES)/iv50/Educ_Movie_DeadlyForce.avi -an
|
fate-indeo5: CMD = framecrc -i $(SAMPLES)/iv50/Educ_Movie_DeadlyForce.avi -an
|
||||||
|
|
||||||
FATE_SAMPLES_AVCONV += $(FATE_INDEO)
|
FATE_SAMPLES_AVCONV += $(FATE_INDEO-yes)
|
||||||
fate-indeo: $(FATE_INDEO)
|
fate-indeo: $(FATE_INDEO-yes)
|
||||||
|
Loading…
Reference in New Issue
Block a user