Re: [FFmpeg-devel] [PATCH] avcodec/tableprint_vlc: Fix building with hardcoded tables

2021-07-23 Thread James Almer
On 7/22/2021 8:38 PM, Andreas Rheinhardt wrote: This has been broken in 25c8507818d8559a6654a5b30a0f8aae11a48181, because the hacks for headers that are incompatible with building for the host in libavcodec/tableprint_vlc.h have not been adjusted. Moving AV_INPUT_BUFFER_PADDING_SIZE to defs.h wh

[FFmpeg-devel] [PATCH] avcodec/tableprint_vlc: Fix building with hardcoded tables

2021-07-22 Thread Andreas Rheinhardt
This has been broken in 25c8507818d8559a6654a5b30a0f8aae11a48181, because the hacks for headers that are incompatible with building for the host in libavcodec/tableprint_vlc.h have not been adjusted. Moving AV_INPUT_BUFFER_PADDING_SIZE to defs.h which is valid for both the target as well as the ho