speexdsp-rs
speexdsp-rs copied to clipboard
add a vendor feature
rustfmt seems unhappy and the CI seems to fail to build speexdsp
The CI should be fixed. Tho i'm not sure if the vendored feature should be enabled in CI
./configure --disable-sse --prefix=$HOME/$SPEEX_DIR
this line will have no effect now
./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.