mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-13 03:41:47 -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 "")
|
set(FT8_SUPPORT ON CACHE INTERNAL "")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (FFTW3F_FOUND AND LINUX)
|
if (FFTW3F_FOUND)
|
||||||
add_subdirectory(wdsp)
|
add_subdirectory(wdsp)
|
||||||
add_definitions(-DHAS_WDSP)
|
add_definitions(-DHAS_WDSP)
|
||||||
set(WDSP_SUPPORT ON CACHE INTERNAL "")
|
set(WDSP_SUPPORT ON CACHE INTERNAL "")
|
||||||
|
@ -97,6 +97,11 @@ ANB::~ANB()
|
|||||||
delete[] wave;
|
delete[] wave;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void ANB::flush()
|
||||||
|
{
|
||||||
|
initBlanker();
|
||||||
|
}
|
||||||
|
|
||||||
void ANB::execute()
|
void ANB::execute()
|
||||||
{
|
{
|
||||||
double scale;
|
double scale;
|
||||||
|
Loading…
Reference in New Issue
Block a user