mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-10 18:43:28 -05:00
WDSP: restore ANB::flush and re-enable Windows and Mac builds
This commit is contained in:
parent
d3cbfe0e3c
commit
59f97f3912
@ -860,7 +860,7 @@ if (FFTW3F_FOUND)
|
||||
set(FT8_SUPPORT ON CACHE INTERNAL "")
|
||||
endif()
|
||||
|
||||
if (FFTW3F_FOUND AND LINUX)
|
||||
if (FFTW3F_FOUND)
|
||||
add_subdirectory(wdsp)
|
||||
add_definitions(-DHAS_WDSP)
|
||||
set(WDSP_SUPPORT ON CACHE INTERNAL "")
|
||||
|
@ -97,6 +97,11 @@ ANB::~ANB()
|
||||
delete[] wave;
|
||||
}
|
||||
|
||||
void ANB::flush()
|
||||
{
|
||||
initBlanker();
|
||||
}
|
||||
|
||||
void ANB::execute()
|
||||
{
|
||||
double scale;
|
||||
|
Loading…
Reference in New Issue
Block a user