1
0
Fork 0
forked from len0rd/rockbox
foxbox/apps/plugins/fft
Solomon Peachy f3de4729ce Fix an issue building the fft plugin on greyscale targets on some simulator toolchains
The fft plugin uses pluginlib osd stuff _and_ greylib together,
which results in two conflicting declarations of the _grey_info struct.

Normally we treat the one in pluginlib as __weak but we disable that on
windows simulator builds, because the osd code ends up requiring it.
due to not using-function-sections and -fdata-sections on simulator builds.
Simply disabling all of that crap doesn't seem to help.

So instead, for simulator builds, mark the fft's struct as extern, only
using the one in pluginlib.

Change-Id: I1adf9acc265a60f91b8ac0fcad9d792e3240a9d9
2024-06-27 20:42:32 -04:00
..
_kiss_fft_guts.h
const.c
const.h
fft.c Fix an issue building the fft plugin on greyscale targets on some simulator toolchains 2024-06-27 20:42:32 -04:00
fft.make
kiss_fft.c
kiss_fft.h
kiss_fftr.c
kiss_fftr.h
math.h Make fixepoint.c as a shared library (libfixedpoint.a). 2013-04-26 00:11:04 +02:00
SOURCES