diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-03-30 07:53:50 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-03-31 14:08:38 +0200 |
commit | e5d6af7b35d97f5c1252ecf8bd61f3295909fb6c (patch) | |
tree | 7056aa889eeee3d1dac50aaed9a2ee8b4309292e /ffbuild | |
parent | d4575982f4c84d76a990a834f46cc8072a4d8495 (diff) | |
download | ffmpeg-e5d6af7b35d97f5c1252ecf8bd61f3295909fb6c.tar.gz |
avcodec/tiff: Avoid forward declarations
In this case it also fixes a potential for compilation failures:
Not all compilers can handle the case in which a function with
a forward declaration declared with an attribute to always inline it
is called before the function body appears. E.g. GCC 4.2.1 on OS X 10.6
doesn't like it.
Reviewed-by: Pavel Koshevoy <pkoshevoy@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'ffbuild')
0 files changed, 0 insertions, 0 deletions