Commit e2946a86 authored by Fabrice Bellard's avatar Fabrice Bellard

fixed SRC_PATH usage

Originally committed as revision 1929 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 4b465299
......@@ -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