From: Koen Kooi Date: Sat, 21 Jul 2007 09:39:28 +0000 (+0000) Subject: brutefir: depend on all fftw flavours X-Git-Tag: Release-2010-05/1~8868^2~120^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17173aabc2c8cb57598bb9e12176fd49f35e2a88;p=openembedded.git brutefir: depend on all fftw flavours --- 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