]> git.sesse.net Git - ffmpeg/commit
tools/patcheck: remove gcc-2.95 compat check
authorJames Zern <jzern@google.com>
Fri, 20 Sep 2019 07:04:06 +0000 (00:04 -0700)
committerJames Zern <jzern@google.com>
Sat, 21 Sep 2019 19:57:04 +0000 (12:57 -0700)
commitba24b24aab3b9c4fb9444b00c77834f21b8fe969
tree6c05dafcd7f1c7ec045b3d5ec4480d1bac0d3ea9
parenta1391cb942f81abe4a567acda0844ba80529aa9c
tools/patcheck: remove gcc-2.95 compat check

this conflicts with the current contributing guidance:
http://ffmpeg.org/developer.html#Contributing
FFmpeg is programmed in the ISO C90 language with a few additional
features from ISO C99, namely:
...
for loops with variable definition (‘for (int i = 0; i < 8; i++)’);

Signed-off-by: James Zern <jzern@google.com>
tools/patcheck