[FFmpeg-cvslog] r18200 - trunk/tools/patcheck

michael subversion
Fri Mar 27 04:03:51 CET 2009


Author: michael
Date: Fri Mar 27 04:03:50 2009
New Revision: 18200

Log:
Check for INIT_VLC_USE_STATIC

Modified:
   trunk/tools/patcheck

Modified: trunk/tools/patcheck
==============================================================================
--- trunk/tools/patcheck	Fri Mar 27 01:01:06 2009	(r18199)
+++ trunk/tools/patcheck	Fri Mar 27 04:03:50 2009	(r18200)
@@ -41,6 +41,7 @@ hiegrep '//[-/<\* ]*$'    'empty comment
 hiegrep '/\*[-<\* ]*\*/'  'empty comment' $*
 hiegrep 'for *\( *'"$ERE_PRITYP"' '  'not gcc 2.95 compatible' $*
 hiegrep '(static|inline|const) *\1'  'duplicate word' $*
+hiegrep 'INIT_VLC_USE_STATIC' 'forbidden ancient vlc type' $*
 
 hiegrep2 '(int|unsigned|static|void)[a-zA-Z0-9 _]*(init|end)[a-zA-Z0-9 _]*\(.*[^;]$' '(av_cold|:\+[^a-zA-Z_])' 'These functions may need av_cold, please review the whole patch for similar functions needing av_cold' $*
 



More information about the ffmpeg-cvslog mailing list