diff options
Diffstat (limited to 'packages/brutefir/brutefir_1.0i.bb')
-rw-r--r-- | packages/brutefir/brutefir_1.0i.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/brutefir/brutefir_1.0i.bb b/packages/brutefir/brutefir_1.0i.bb index 3c43178cec..0323ced0fb 100644 --- a/packages/brutefir/brutefir_1.0i.bb +++ b/packages/brutefir/brutefir_1.0i.bb @@ -1,7 +1,9 @@ DESCRIPTION = "BruteFIR is a software convolution engine, a program for applying long FIR filters to multi-channel digital audio, either offline or in realtime." LICENSE = "GPLv2" -DEPENDS = "fftw" +DEPENDS = "fftw fftwf fftwl" + +PR = "r1" # The unbreak-makefile disables the SSE2, MMX and jack support, feel free # to add back SSE and MMX after fixing the makefile to not use uname to check for cpu |