Module: libav
Branch: master
Commit: a48802836261082be8fe3d809e9e788f50620536

Author:    Diego Biurrun <[email protected]>
Committer: Diego Biurrun <[email protected]>
Date:      Wed Jun 13 12:17:06 2012 +0200

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

---

 .gitignore     |    1 -
 tests/Makefile |    2 +-
 2 files changed, 1 insertions(+), 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))
 

_______________________________________________
libav-commits mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-commits

Reply via email to