diff options
author | Fabrice Bellard <fabrice@bellard.org> | 2003-06-05 12:36:05 +0000 |
---|---|---|
committer | Fabrice Bellard <fabrice@bellard.org> | 2003-06-05 12:36:05 +0000 |
commit | e2946a86c1038a67a69ae34985643461ecb970a3 (patch) | |
tree | 5874ca2c0cd2731e5440e7c32b28825b40621243 | |
parent | 4b465299f32f009dc94eaad1f45f5c405f7594fa (diff) | |
download | ffmpeg-e2946a86c1038a67a69ae34985643461ecb970a3.tar.gz |
fixed SRC_PATH usage
Originally committed as revision 1929 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index a94a12ec86..576dd028ae 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -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 $@ $< |