Browse Source

fixed SRC_PATH usage

Originally committed as revision 1929 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Fabrice Bellard 23 years ago
parent
commit
e2946a86c1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tests/Makefile

+ 1
- 1
tests/Makefile 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 $@ $<


Loading…
Cancel
Save