From a46d86430312e71ad39ef1d94419b7d8691f9953 Mon Sep 17 00:00:00 2001 From: ivo Date: Wed, 5 Dec 2007 17:42:56 +0000 Subject: when gathering the list of files to check via svn info, also include libpostproc. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25305 b3059339-0415-0410-9bf9-f77b7e298cf2 --- TOOLS/checktree.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TOOLS') diff --git a/TOOLS/checktree.sh b/TOOLS/checktree.sh index 7d186b7ffa..6eb0d65ac5 100755 --- a/TOOLS/checktree.sh +++ b/TOOLS/checktree.sh @@ -66,7 +66,7 @@ all_filenames() { | grep -v "\.\#\|\~$\|\.depend\|\/\.svn\/\|config.mak\|^\./config\.h" \ | grep -v "^\./version\.h\|\.o$\|\.a$\|configure.log\|^\./help_mp.h" else - for p in . libavcodec libavutil libavformat ; do + for p in . libavcodec libavutil libavformat libpostproc ; do svn info -R $p | sed -n \ '/Path:/bb; :a; d; b; :b; s/Path: /.\//; h; :c; n; /Node Kind:/bd; bc; :d; /directory/ba; g; p;' -- cgit v1.2.3