Re: [FFmpeg-devel] [PATCH] lavc/tiff: Fix build failure due to always_inline

2021-03-30 Thread Pavel Koshevoy
On Tue, Mar 30, 2021 at 2:26 AM Andreas Rheinhardt < andreas.rheinha...@outlook.com> wrote: > Pavel Koshevoy: > > Fixes: > > src/libavcodec/tiff.c: In function ‘tiff_unpack_strip’: > > src/libavcodec/tiff.c:280: error: ‘always_inline’ function could not be > inlined in call to ‘dng_blit’: the func

Re: [FFmpeg-devel] [PATCH] lavc/tiff: Fix build failure due to always_inline

2021-03-30 Thread Andreas Rheinhardt
Pavel Koshevoy: > Fixes: > src/libavcodec/tiff.c: In function ‘tiff_unpack_strip’: > src/libavcodec/tiff.c:280: error: ‘always_inline’ function could not be > inlined in call to ‘dng_blit’: the function body must appear before caller > src/libavcodec/tiff.c:720: error: called from here > --- > li

[FFmpeg-devel] [PATCH] lavc/tiff: Fix build failure due to always_inline

2021-03-29 Thread Pavel Koshevoy
Fixes: src/libavcodec/tiff.c: In function ‘tiff_unpack_strip’: src/libavcodec/tiff.c:280: error: ‘always_inline’ function could not be inlined in call to ‘dng_blit’: the function body must appear before caller src/libavcodec/tiff.c:720: error: called from here --- libavcodec/tiff.c | 6 +++--- 1