fixed SRC_PATH usage

Originally committed as revision 1929 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Fabrice Bellard 2003-06-05 12:36:05 +00:00
parent 4b465299f3
commit e2946a86c1
1 changed files with 1 additions and 1 deletions

View File

@ -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 $@ $<