aboutsummaryrefslogtreecommitdiffstats
path: root/packages/brutefir
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-07-21 09:39:28 +0000
committerKoen Kooi <koen@openembedded.org>2007-07-21 09:39:28 +0000
commit17173aabc2c8cb57598bb9e12176fd49f35e2a88 (patch)
tree3fe9c3c4474544cefa019dfed3f6aea6a9256b4c /packages/brutefir
parentf4ab3740b331203f8b7f51e4eea108cdbaa5e620 (diff)
downloadopenembedded-17173aabc2c8cb57598bb9e12176fd49f35e2a88.tar.gz
brutefir: depend on all fftw flavours
Diffstat (limited to 'packages/brutefir')
-rw-r--r--packages/brutefir/brutefir_1.0i.bb4
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