diff options
author | Daniel Estévez <daniel@destevez.net> | 2020-08-11 16:56:33 +0200 |
---|---|---|
committer | Marcus Müller <marcus@hostalia.de> | 2020-10-01 19:47:22 +0200 |
commit | 8ab575e312aeb043284eccf2b71abb61121f89af (patch) | |
tree | d3438f1a6cbd1a147c93e75950f9add1b2106d9d /grc/core/utils/extract_docs.py | |
parent | ae0c0979d5be3d89510c29834e8226894fad028d (diff) |
gr-fec: fix MSVC workaround for libfec Reed-Solomon decoder
MSVC does not support variable length arrays in C, so under
MSVC the Reed-Solmon decoder from libfec is built using a
maximum array size instead of variable length arrays.
This workaround only affects the generic decode_rs_char() function.
The CCSDS functions decode_rs_8() and decode_rs_ccsds() use fixed
length arrays.
In f762dc637b3b954c4521fd83829c531371d1f87f the generic
decode_rs_char() function was moved from decode_rs.c to char.c,
so the CMakeLists.txt workaround needs to be updated accordingly.
Diffstat (limited to 'grc/core/utils/extract_docs.py')
0 files changed, 0 insertions, 0 deletions