Commit 099182e1 authored by bellard's avatar bellard

fixed SRC_PATH usage


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@1929 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 30c17da0
......@@ -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 $@ $<
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment