mirror of https://git.ffmpeg.org/ffmpeg.git
Check for INIT_VLC_USE_STATIC
Originally committed as revision 18200 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
d95a0c67ae
commit
9e793a2462
|
@ -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' $*
|
||||
|
||||
|
|
Loading…
Reference in New Issue