From ba13606ca6adbc74b4db4a72b0769397d6408791 Mon Sep 17 00:00:00 2001 From: Martin Storsjö Date: Mon, 20 May 2013 01:55:32 +0300 Subject: fate: Add a --target-samples path parameter MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This allows having the samples accessible via different paths on the target and on the host. Signed-off-by: Martin Storsjö --- tests/fate/indeo.mak | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'tests/fate/indeo.mak') diff --git a/tests/fate/indeo.mak b/tests/fate/indeo.mak index c19d282efd..e725a6bda2 100644 --- a/tests/fate/indeo.mak +++ b/tests/fate/indeo.mak @@ -1,17 +1,17 @@ FATE_INDEO-$(call DEMDEC, AVI, INDEO2) += fate-indeo2 -fate-indeo2: CMD = framecrc -i $(SAMPLES)/rt21/VPAR0026.AVI +fate-indeo2: CMD = framecrc -i $(TARGET_SAMPLES)/rt21/VPAR0026.AVI FATE_INDEO-$(call DEMDEC, MOV, INDEO3) += fate-indeo3 -fate-indeo3: CMD = framecrc -i $(SAMPLES)/iv32/cubes.mov +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 $(SAMPLES)/iv32/OPENINGH.avi +fate-indeo3-2: CMD = framecrc -i $(TARGET_SAMPLES)/iv32/OPENINGH.avi FATE_INDEO-$(call DEMDEC, AVI, INDEO4) += fate-indeo4 -fate-indeo4: CMD = framecrc -i $(SAMPLES)/iv41/indeo41-partial.avi -an +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 $(SAMPLES)/iv50/Educ_Movie_DeadlyForce.avi -an +fate-indeo5: CMD = framecrc -i $(TARGET_SAMPLES)/iv50/Educ_Movie_DeadlyForce.avi -an FATE_SAMPLES_AVCONV += $(FATE_INDEO-yes) fate-indeo: $(FATE_INDEO-yes) -- cgit v1.2.3