Open BKPepe opened 7 months ago
I assume you're using the latest git (main)? Can you give mode details on the exact meson command you're using and provide the generated config.h? For the symbols to be missing, it means either 1) celt/arm/armcpu.c and celt/arm/arm_celt_map.c didn't get compiled, or 2) they were compiled but the defines caused the symbols not to be defined. Can you check which of those is the case? In general, anything with your build that would be different from a 32-bit RPi build? Regarding autotools, I'd say that if possible, it might actually be a better option since it's better tested than the other build systems. That being said, I still intend on fixing this meson issue.
@krant Kind reminder to look at this issue, which you reported to us in OpenWrt.
Hey guys,
Recently in OpenWrt master branch @krant updated opus to the latest version and wanted to use Meson in commit https://github.com/openwrt/packages/commit/6c3db5d603c3a9ed94ce4e15b556b6a0d1daf15f.
However, after some time and properly being tested, he found out that there are some issues with Meson for some targets in OpenWrt:
I am not sure why he could not reach you and discuss his issue with you guys, but maybe he is just shy, or he does not like me at all. Haha! 😆 😆 We could keep this in our repository, but I am afraid that you would not like it.
Could you please look at the issue we are dealing with? Otherwise, we will get back to using autotools as he proposed in https://github.com/openwrt/packages/pull/23727