mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
ba13606ca6
This allows having the samples accessible via different paths on the target and on the host. Signed-off-by: Martin Storsjö <martin@martin.st>
18 lines
711 B
Makefile
18 lines
711 B
Makefile
FATE_INDEO-$(call DEMDEC, AVI, INDEO2) += fate-indeo2
|
|
fate-indeo2: CMD = framecrc -i $(TARGET_SAMPLES)/rt21/VPAR0026.AVI
|
|
|
|
FATE_INDEO-$(call DEMDEC, MOV, INDEO3) += fate-indeo3
|
|
fate-indeo3: CMD = framecrc -i $(TARGET_SAMPLES)/iv32/cubes.mov
|
|
|
|
FATE_INDEO-$(call DEMDEC, AVI, INDEO3) += fate-indeo3-2
|
|
fate-indeo3-2: CMD = framecrc -i $(TARGET_SAMPLES)/iv32/OPENINGH.avi
|
|
|
|
FATE_INDEO-$(call DEMDEC, AVI, INDEO4) += fate-indeo4
|
|
fate-indeo4: CMD = framecrc -i $(TARGET_SAMPLES)/iv41/indeo41-partial.avi -an
|
|
|
|
FATE_INDEO-$(call DEMDEC, AVI, INDEO5) += fate-indeo5
|
|
fate-indeo5: CMD = framecrc -i $(TARGET_SAMPLES)/iv50/Educ_Movie_DeadlyForce.avi -an
|
|
|
|
FATE_SAMPLES_AVCONV += $(FATE_INDEO-yes)
|
|
fate-indeo: $(FATE_INDEO-yes)
|