mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
c0c0c08f32
When both SIMD/NEON optimized and non-SIMD resamplers are built soxr uses libavutil to do runtime CPU detection to switch between these. Avoid that by enabling only one of them depending on NEON availability. Also explicitly disable AVFFT to avoid picking up a dependency on libavcodec. Signed-off-by: Matthias Reichl <hias@horus.com>