summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorFabrice Bellard <fabrice@bellard.org>2003-06-05 12:36:05 +0000
committerFabrice Bellard <fabrice@bellard.org>2003-06-05 12:36:05 +0000
commite2946a86c1038a67a69ae34985643461ecb970a3 (patch)
tree5874ca2c0cd2731e5440e7c32b28825b40621243 /tests
parent4b465299f32f009dc94eaad1f45f5c405f7594fa (diff)
fixed SRC_PATH usage
Originally committed as revision 1929 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile
index a94a12ec86..576dd028ae 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 $@ $<