From a6792ebad7873126b43c0c1190da5f858db9a895 Mon Sep 17 00:00:00 2001 From: f4exb Date: Sat, 5 May 2018 17:21:11 +0200 Subject: [PATCH] Windows build fixes --- sdrbase/sdrbase.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdrbase/sdrbase.pro b/sdrbase/sdrbase.pro index 77571c589..399cc14c5 100644 --- a/sdrbase/sdrbase.pro +++ b/sdrbase/sdrbase.pro @@ -68,7 +68,7 @@ SOURCES += audio/audiodevicemanager.cpp\ dsp/ctcssdetector.cpp\ dsp/cwkeyer.cpp\ dsp/cwkeyersettings.cpp\ - dsp/decimatorsf.cpp\ + dsp/decimatorsfi.cpp\ dsp/dspcommands.cpp\ dsp/dspengine.cpp\ dsp/dspdevicesourceengine.cpp\ @@ -132,6 +132,7 @@ HEADERS += audio/audiodevicemanager.h\ device/devicesinkapi.h\ device/deviceenumerator.h\ dsp/afsquelch.h\ + dsp/decimatorsfi.h\ dsp/downchannelizer.h\ dsp/upchannelizer.h\ dsp/channelmarker.h\ @@ -139,7 +140,6 @@ HEADERS += audio/audiodevicemanager.h\ dsp/cwkeyersettings.h\ dsp/complex.h\ dsp/decimators.h\ - dsp/decimatorsf.h\ dsp/interpolators.h\ dsp/dspcommands.h\ dsp/dspengine.h\