speexdsp: Fix build on aarch64
This commit is contained in:
parent
c6ce08422a
commit
fee66e9463
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--with-fft=gpl-fftw3"
|
"--with-fft=gpl-fftw3"
|
||||||
];
|
] ++ stdenv.lib.optional stdenv.isAarch64 "--disable-neon";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
hompage = http://www.speex.org/;
|
hompage = http://www.speex.org/;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user