diff options
author | Fabrice Bellard <fabrice@bellard.org> | 2002-06-05 18:14:21 +0000 |
---|---|---|
committer | Fabrice Bellard <fabrice@bellard.org> | 2002-06-05 18:14:21 +0000 |
commit | 5bcfd1ad987fc2e602c439b101826bea8ecf28d8 (patch) | |
tree | f98673d2335bf74fb0cd749f3505786375d587a4 /tests/Makefile | |
parent | 412ba501b166ce794cc5b1b6a4a09d7ddb82d01d (diff) | |
download | ffmpeg-5bcfd1ad987fc2e602c439b101826bea8ecf28d8.tar.gz |
use a local dir for tests
Originally committed as revision 668 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index e39eda7e1b..d38482ba9f 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -53,5 +53,5 @@ dsptest: dsptest.c $(DSPDEPS) $(CC) -O4 -fomit-frame-pointer -DHAVE_AV_CONFIG_H -I.. -I$(SRC_PATH)/libavcodec/i386 -I$(SRC_PATH)/libavcodec/ -o $@ $< -lm clean: - rm -rf vsynth1 + rm -rf vsynth1 data rm -f asynth1.sw *~ audiogen videogen |