# HG changeset patch # User ivo # Date 1196876576 0 # Node ID 89458daaee5f1592a3d02ce673fb4e8ba119464b # Parent 334d55a311746dbf134dab713f5c035549040025 when gathering the list of files to check via svn info, also include libpostproc. diff -r 334d55a31174 -r 89458daaee5f TOOLS/checktree.sh --- a/TOOLS/checktree.sh Tue Dec 04 22:37:58 2007 +0000 +++ b/TOOLS/checktree.sh Wed Dec 05 17:42:56 2007 +0000 @@ -66,7 +66,7 @@ | 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;'