mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-08-01 13:32:33 -04:00
Use FFT KISS engine for Android and/or Windows builds with .pro file
This commit is contained in:
parent
1a891f8e81
commit
45d597b24c
@ -12,6 +12,8 @@ TARGET = sdrangel
|
|||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
INCLUDEPATH += $$PWD/include
|
INCLUDEPATH += $$PWD/include
|
||||||
|
|
||||||
|
DEFINES += USE_KISSFFT=1
|
||||||
|
|
||||||
CONFIG(ANDROID):INCLUDEPATH += /opt/build/Boost-for-Android-Prebuilt/boost_1_53_0/include
|
CONFIG(ANDROID):INCLUDEPATH += /opt/build/Boost-for-Android-Prebuilt/boost_1_53_0/include
|
||||||
CONFIG(MINGW32):INCLUDEPATH += "D:\boost_1_55_0"
|
CONFIG(MINGW32):INCLUDEPATH += "D:\boost_1_55_0"
|
||||||
|
|
||||||
@ -29,6 +31,7 @@ SOURCES += main.cpp\
|
|||||||
sdrbase/dsp/dspengine.cpp\
|
sdrbase/dsp/dspengine.cpp\
|
||||||
sdrbase/dsp/dspdeviceengine.cpp\
|
sdrbase/dsp/dspdeviceengine.cpp\
|
||||||
sdrbase/dsp/fftengine.cpp\
|
sdrbase/dsp/fftengine.cpp\
|
||||||
|
sdrbase/dsp/kissengine.cpp\
|
||||||
sdrbase/dsp/fftfilt.cxx\
|
sdrbase/dsp/fftfilt.cxx\
|
||||||
sdrbase/dsp/fftwindow.cpp\
|
sdrbase/dsp/fftwindow.cpp\
|
||||||
sdrbase/dsp/filterrc.cpp\
|
sdrbase/dsp/filterrc.cpp\
|
||||||
|
Loading…
x
Reference in New Issue
Block a user