From e2946a86c1038a67a69ae34985643461ecb970a3 Mon Sep 17 00:00:00 2001
From: Fabrice Bellard <fabrice@bellard.org>
Date: Thu, 5 Jun 2003 12:36:05 +0000
Subject: [PATCH] fixed SRC_PATH usage

Originally committed as revision 1929 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 tests/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/Makefile b/tests/Makefile
index a94a12ec862..576dd028ae6 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -36,7 +36,7 @@ vsynth1/0.pgm: videogen
 
 vsynth2/0.pgm: rotozoom
 	@mkdir -p vsynth2
-	./rotozoom 'vsynth2/'
+	./rotozoom 'vsynth2/' $(SRC_PATH)/tests/lena.pnm
 
 videogen: videogen.c
 	$(CC) $(LDFLAGS) $(CFLAGS) -o $@ $<
-- 
GitLab