[FFmpeg-cvslog] build: Do not delete tests/vsynth2 directory, which is no longer created.

Diego Biurrun git at videolan.org
Wed Jun 13 23:02:28 CEST 2012


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Wed Jun 13 12:17:06 2012 +0200| [a48802836261082be8fe3d809e9e788f50620536] | committer: Diego Biurrun

build: Do not delete tests/vsynth2 directory, which is no longer created.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a48802836261082be8fe3d809e9e788f50620536
---

 .gitignore     |    1 -
 tests/Makefile |    2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 7450234..b7f063f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -37,7 +37,6 @@ tests/rotozoom
 tests/tiny_psnr
 tests/videogen
 tests/vsynth1
-tests/vsynth2
 tools/aviocat
 tools/cws2fws
 tools/graph2dot
diff --git a/tests/Makefile b/tests/Makefile
index 01ff711..429762b 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -126,7 +126,7 @@ fate-list:
 clean:: testclean
 
 testclean:
-	$(RM) -r tests/vsynth1 tests/vsynth2 tests/data
+	$(RM) -r tests/vsynth1 tests/data
 	$(RM) $(CLEANSUFFIXES:%=tests/%)
 	$(RM) $(TESTTOOLS:%=tests/%$(HOSTEXESUF))
 



More information about the ffmpeg-cvslog mailing list