mirror of
https://github.com/SatDump/SatDump
synced 2026-08-13 17:47:30 -04:00
11 lines
No EOL
222 B
C++
11 lines
No EOL
222 B
C++
#define SATDUMP_DLL_EXPORT 1
|
|
#include "dsp_buffer.h"
|
|
#include <volk/volk.h>
|
|
|
|
namespace satdump
|
|
{
|
|
namespace ndsp
|
|
{
|
|
SATDUMP_DLL const size_t volk_alignment = volk_get_alignment();
|
|
}
|
|
} // namespace satdump
|