From 7a4205d9bda6b6561bef9488153955f741c1efd5 Mon Sep 17 00:00:00 2001 From: michael Date: Fri, 27 Mar 2009 03:03:50 +0000 Subject: [PATCH] Check for INIT_VLC_USE_STATIC git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18200 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b --- tools/patcheck | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/patcheck b/tools/patcheck index ab1e23755..9f5be8202 100755 --- a/tools/patcheck +++ b/tools/patcheck @@ -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' $* -- 2.39.2