mirror of https://git.ffmpeg.org/ffmpeg.git
fixed SRC_PATH usage
Originally committed as revision 1929 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
4b465299f3
commit
e2946a86c1
|
@ -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 $@ $<
|
||||
|
|
Loading…
Reference in New Issue