[MPlayer-cvslog] r25305 - trunk/TOOLS/checktree.sh
ivo
subversion at mplayerhq.hu
Wed Dec 5 18:42:57 CET 2007
Author: ivo
Date: Wed Dec 5 18:42:56 2007
New Revision: 25305
Log:
when gathering the list of files to check via svn info, also include
libpostproc.
Modified:
trunk/TOOLS/checktree.sh
Modified: trunk/TOOLS/checktree.sh
==============================================================================
--- trunk/TOOLS/checktree.sh (original)
+++ trunk/TOOLS/checktree.sh Wed Dec 5 18:42:56 2007
@@ -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;'
More information about the MPlayer-cvslog
mailing list