mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-10 18:43:28 -05:00
WDSP: fixed some unresolved externals
This commit is contained in:
parent
a4f08dc210
commit
50c4feb6bb
@ -110,7 +110,7 @@ void BLDR::destroy_builder(BLDR *a)
|
||||
delete(a);
|
||||
}
|
||||
|
||||
void BLDRflush_builder(BLDR *a, int points, int ints)
|
||||
void BLDR::flush_builder(BLDR *a, int points, int ints)
|
||||
{
|
||||
memset(a->catxy, 0, 2 * points * sizeof(float));
|
||||
memset(a->sx, 0, points * sizeof(float));
|
||||
|
@ -34,7 +34,7 @@ in the January 2010 issue of RadCom magazine.
|
||||
|
||||
namespace WDSP {
|
||||
|
||||
COMPRESSOR* create_compressor (
|
||||
COMPRESSOR* COMPRESSOR::create_compressor (
|
||||
int run,
|
||||
int buffsize,
|
||||
float* inbuff,
|
||||
|
Loading…
Reference in New Issue
Block a user