speexdsp-rs icon indicating copy to clipboard operation
speexdsp-rs copied to clipboard

add a vendor feature

Open wiiznokes opened this issue 4 months ago • 4 comments

wiiznokes avatar Aug 17 '25 18:08 wiiznokes

rustfmt seems unhappy and the CI seems to fail to build speexdsp

lu-zero avatar Aug 18 '25 12:08 lu-zero

The CI should be fixed. Tho i'm not sure if the vendored feature should be enabled in CI

wiiznokes avatar Aug 18 '25 13:08 wiiznokes

./configure --disable-sse --prefix=$HOME/$SPEEX_DIR

this line will have no effect now

wiiznokes avatar Aug 18 '25 13:08 wiiznokes

./configure --disable-sse --prefix=$HOME/$SPEEX_DIR

this line will have no effect now

I enabled each features manually expect the vendored ones, so the previous behavior is back. Tho, in the long run, i think it would be simplier if the sys crate take the env variable.

wiiznokes avatar Aug 20 '25 14:08 wiiznokes