[FFmpeg-cvslog] tools/patcheck: Remove test for ancient INIT_VLC_USE_STATIC

Andreas Rheinhardt git at videolan.org
Mon Sep 11 02:02:30 EEST 2023


ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Fri Sep  8 14:47:49 2023 +0200| [95e876f069e9c5ed268ddcdeb06cc5e056c5e63c] | committer: Andreas Rheinhardt

tools/patcheck: Remove test for ancient INIT_VLC_USE_STATIC

The flag has been removed long ago.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=95e876f069e9c5ed268ddcdeb06cc5e056c5e63c
---

 tools/patcheck | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tools/patcheck b/tools/patcheck
index fe52938f29..76ca408b03 100755
--- a/tools/patcheck
+++ b/tools/patcheck
@@ -51,7 +51,6 @@ hiegrep2 '\b_[a-zA-Z0-9_]{1,}' '__(asm|attribute)([^a-zA-Z0-9]|$)' 'reserved ide
 hiegrep '//[-/<\* ]*$'    'empty comment' $*
 hiegrep '/\*[-<\* ]*\*/'  'empty comment' $*
 hiegrep '(static|inline|const) *\1[^_a-zA-Z]'  'duplicate word' $*
-hiegrep 'INIT_VLC_USE_STATIC' 'forbidden ancient vlc type' $*
 hiegrep '=[-+\*\&] ' 'looks like compound assignment' $*
 hiegrep2 '/\*\* *[a-zA-Z0-9].*' '\*/' 'Inconsistently formatted doxygen comment' $*
 hiegrep '; */\*\*[^<]' 'Misformatted doxygen comment' $*



More information about the ffmpeg-cvslog mailing list